Embedded Template Library 1.0
etl::optional< T, is_pod > Class Template Reference

Detailed Description

template<typename T, bool is_pod = etl::is_pod<T>::value>
class etl::optional< T, is_pod >

An optional type. If the optional type is not initialised then a type is not constructed. See http://en.cppreference.com/w/cpp/utility/optional

Template Parameters
TThe type to store.

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