WPILibC++  2018.4.1-20180730003225-1150-g0a0d924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
wpi::optional_detail::OptionalStorage< T, true > Struct Template Reference

Storage for trivially copyable types only. More...

#include <Optional.h>

Public Member Functions

 OptionalStorage (const T &y)
 
OptionalStorageoperator= (const T &y)
 
void reset ()
 

Public Attributes

AlignedCharArrayUnion< T > storage
 
bool hasVal = false
 

Detailed Description

template<typename T>
struct wpi::optional_detail::OptionalStorage< T, true >

Storage for trivially copyable types only.


The documentation for this struct was generated from the following file: