Templa 0.0.1-alpha
C++ Metaprogramming Utilities
Loading...
Searching...
No Matches
pack.hpp File Reference

Internal utilities and implementation details. More...

#include "concepts.hpp"
#include <iostream>

Go to the source code of this file.

Classes

struct  templa::internal::type_list< Ts >
 A compile-time list of types. More...
struct  templa::internal::type_list< T< Ts... > >
 Specialization for wrapping a template class parameter pack into a type_list. More...
struct  templa::internal::forward_elements< T, N, elems >
 Forward a list of elements as a std::array. More...
struct  templa::internal::forward_elements_from< a >
 Extract elements from a container-like template parameter as a new container. More...
struct  templa::internal::uniform_element_identity< elems >
 Uniform element identity helper for a list of values. More...

Namespaces

namespace  templa::internal::hidden
 Internal utilities and implementation details.

Detailed Description

Internal utilities and implementation details.