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

Static Public Attributes

template<class A , class B >
static constexpr auto elem_size = not(std::is_same_v<B, dummy_type>) ? 2 : 1
 
template<std::size_t , class >
static constexpr char ctor_branch = 0
 

Detailed Description

Definition at line 220 of file variant.hpp.

Member Data Documentation

◆ ctor_branch

template<std::size_t , class >
constexpr char plg::detail::node_trait< true >::ctor_branch = 0
staticconstexpr

Definition at line 226 of file variant.hpp.

◆ elem_size

template<class A , class B >
constexpr auto plg::detail::node_trait< true >::elem_size = not(std::is_same_v<B, dummy_type>) ? 2 : 1
staticconstexpr

Definition at line 223 of file variant.hpp.


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