plugify 1.0.0.0
|
Public Member Functions | |
template<std::size_t Index, class... Args> | |
constexpr | union_node (in_place_index_t< Index >, Args &&... args) |
template<class... Args> | |
constexpr | union_node (in_place_index_t< 0 >, Args &&... args) |
template<class... Args> | |
constexpr | union_node (in_place_index_t< 1 >, Args &&... args) |
constexpr | union_node (dummy_type) |
template<union_index_t Index> | |
constexpr auto & | get () |
template<union_index_t Index> | |
constexpr const auto & | get () const |
constexpr | union_node (const union_node &) |
constexpr | union_node (union_node &&) noexcept |
constexpr union_node & | operator= (const union_node &) |
constexpr union_node & | operator= (union_node &&) noexcept |
Public Attributes | ||
union { | ||
A a | ||
B b | ||
}; | ||
Static Public Attributes | |
static constexpr auto | elem_size = node_trait<IsLeaf>::template elem_size<A, B> |
Definition at line 239 of file variant.hpp.
|
inlineexplicitconstexpr |
Definition at line 253 of file variant.hpp.
|
inlineexplicitconstexpr |
Definition at line 269 of file variant.hpp.
|
inlineexplicitconstexpr |
Definition at line 277 of file variant.hpp.
|
inlineexplicitconstexpr |
Definition at line 281 of file variant.hpp.
|
inlineconstexpr |
Definition at line 308 of file variant.hpp.
|
inlineconstexprnoexcept |
Definition at line 308 of file variant.hpp.
|
inline |
Definition at line 308 of file variant.hpp.
|
inlineconstexpr |
Definition at line 289 of file variant.hpp.
|
inlineconstexpr |
Definition at line 304 of file variant.hpp.
|
inlineconstexpr |
Definition at line 308 of file variant.hpp.
|
inlineconstexprnoexcept |
Definition at line 308 of file variant.hpp.
Definition at line 241 of file variant.hpp.
Definition at line 242 of file variant.hpp.
|
staticconstexpr |
Definition at line 245 of file variant.hpp.