plugify 1.0.0.0
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
plg::detail::node_trait< false > Struct Reference

Static Public Attributes

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
 

Detailed Description

Definition at line 230 of file variant.hpp.

Member Data Documentation

◆ ctor_branch

template<std::size_t Index, class A >
constexpr char plg::detail::node_trait< false >::ctor_branch = (Index < A::elem_size) ? 1 : 2
staticconstexpr

Definition at line 235 of file variant.hpp.

◆ elem_size

template<class A , class B >
constexpr auto plg::detail::node_trait< false >::elem_size = A::elem_size + B::elem_size
staticconstexpr

Definition at line 232 of file variant.hpp.


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