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

Public Types

template<unsigned Remaining, class... Ts>
using f = typename make_tree< pick_next(sizeof...(Ts)),(sizeof...(Ts) !=1), false > ::template f< sizeof...(Ts), Ts... >
 

Detailed Description

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

Definition at line 310 of file variant.hpp.

Member Typedef Documentation

◆ f

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

Definition at line 312 of file variant.hpp.


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