This is the complete list of members for Opt< T && >, including all inherited members.
| _dataPtr | Opt< T && > | private |
| CheckValue() const | Opt< T && > | private |
| GetValue() const | Opt< T && > | |
| GetValueOr(T &&defaultValue) const | Opt< T && > | |
| HasValue() const | Opt< T && > | |
| MoveValue() | Opt< T && > | |
| operator Bool() | Opt< T && > | explicit |
| operator Bool() const | Opt< T && > | explicit |
| operator const T *() | Opt< T && > | |
| operator T*() | Opt< T && > | |
| operator*() | Opt< T && > | |
| operator=(const Opt &)=delete | Opt< T && > | |
| operator=(Opt &&src) | Opt< T && > | |
| Opt() | Opt< T && > | |
| Opt(NO_VALUE_TYPE) | Opt< T && > | |
| Opt(const Opt &src)=delete | Opt< T && > | |
| Opt(Opt &&src) | Opt< T && > | |
| Opt(typename std::remove_reference< T >::type &&value) | Opt< T && > | |
| ResultFunctions typedef | Opt< T && > | |
| ValueType typedef | Opt< T && > |