|
template<class A , class B > |
static constexpr auto | elem_size = A::elem_size + B::elem_size |
|
template<std::size_t Index, class A > |
static constexpr char | ctor_branch = (Index < A::elem_size) ? 1 : 2 |
|
Definition at line 197 of file variant.hpp.
The documentation for this struct was generated from the following file: