WPILibC++
2019.1.1-beta-2-14-gdf347e3
|
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.