plugify 1.2.6
Loading...
Searching...
No Matches
Public Types | List of all members
plg::detail::make_tree< 2, 1, IsFirstPass > Struct Template Reference

Public Types

template<unsigned Remaining, class A , class B , class... Ts>
using f = typename make_tree< pick_next(Remaining - 2), sizeof...(Ts) !=0, IsFirstPass > ::template f< Remaining - 2, Ts..., union_node< IsFirstPass, A, B > >
 

Detailed Description

template<bool IsFirstPass>
struct plg::detail::make_tree< 2, 1, IsFirstPass >

Definition at line 285 of file variant.hpp.

Member Typedef Documentation

◆ f

template<bool IsFirstPass>
template<unsigned Remaining, class A , class B , class... Ts>
using plg::detail::make_tree< 2, 1, IsFirstPass >::f = typename make_tree < pick_next(Remaining - 2), sizeof...(Ts) != 0, IsFirstPass > ::template f < Remaining - 2, Ts..., union_node<IsFirstPass, A, B> >

Definition at line 287 of file variant.hpp.


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