tuple_leafs(3) | tuple_leafs(3) |
tuple_leafs - Retreive access indexes to all terminal elements
#include <cfl/tuple/tuple_leafs.hpp>;
typedef tuple_c <...> T;
T t;
atK <tuple_leafs_t <T>> (t) == t;
# DESCRIPTION
Retreives access indexes to all terminal elements for tuple-like types.
# RETURN TYPES
A nested pack with indexes.
# STANDARDS
A standard cfl type factory, with trailing underscore omitted.