28 #ifndef INCLUDED_Size_h_GUID_138C49DE_2C02_4BA6_C173_58BC95D82363 29 #define INCLUDED_Size_h_GUID_138C49DE_2C02_4BA6_C173_58BC95D82363 43 template <
typename... Ts>
struct size;
51 template <
typename... Ts>
63 #endif // INCLUDED_Size_h_GUID_138C49DE_2C02_4BA6_C173_58BC95D82363 The main namespace for all C++ elements of the framework, internal and external.
Definition: namespace_osvr.dox:3
A wrapper for a template parameter pack of types.
Definition: List.h:52
Definition: newuoa.h:1888
std::integral_constant< std::size_t, V > size_t_
Alias template to simplify creating an integral constant of size_t.
Definition: SizeT.h:46
t_< list< Ts... >> coerce_list
Will turn whatever is passed into it into the simplest list.
Definition: CoerceList.h:36