Calico
 All Classes Namespaces Files Functions Variables Typedefs Friends Groups
cal::ntuple< T, N > Struct Template Reference

Constructs a tuple type containing N objects of type T. More...

#include <utility.hpp>

Public Types

typedef std::tuple< UNSPECIFIED > type
 A tuple type containing N objects of type T.
 

Detailed Description

template<class T, std::size_t N>
struct cal::ntuple< T, N >

Constructs a tuple type containing N objects of type T.