WPILibC++
2019.1.1-beta-1-37-g43d188a
|
Storage for trivially copyable types only. More...
#include <Optional.h>
Public Member Functions | |
OptionalStorage (const T &y) | |
OptionalStorage & | operator= (const T &y) |
void | reset () |
Public Attributes | |
AlignedCharArrayUnion< T > | storage |
bool | hasVal = false |
Storage for trivially copyable types only.