![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Typedefs | |
| template<size_t N> | |
| using | cnt_ = std::integral_constant< size_t, N > |
Functions | |
| template<class SEQ > | |
| auto | _buildSeqTuple (cnt_< 0 >, SEQ &&) |
| template<size_t N, class SEQ > | |
| auto | _buildSeqTuple (cnt_< N >, SEQ &&iter) |
| using cnt_ = std::integral_constant<size_t, N> |
Definition at line 47 of file util-tuple.hpp.
|
inline |
Definition at line 51 of file util-tuple.hpp.
References _buildSeqTuple().
Referenced by _buildSeqTuple(), and _buildSeqTuple().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 58 of file util-tuple.hpp.
References _buildSeqTuple().
Here is the call graph for this function: