wxMaxima
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
STX_NAMESPACE_NAME::constexpr_optional_base< T > Struct Template Reference

Public Member Functions

constexpr constexpr_optional_base (const T &v)
 
constexpr constexpr_optional_base (T &&v)
 
template<class... Args>
constexpr constexpr_optional_base (in_place_t, Args &&... args)
 
template<class U , class... Args, TR2_OPTIONAL_REQUIRES(std::is_constructible< T, std::initializer_list< U > >) >
OPTIONAL_CONSTEXPR_INIT_LIST constexpr_optional_base (in_place_t, std::initializer_list< U > il, Args &&... args)
 

Data Fields

bool init_
 
constexpr_storage_t< T > storage_
 

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