28 #ifndef INCLUDED_SizeT_h_GUID_4202F0A3_8E2A_4888_7041_D6C829172343
29 #define INCLUDED_SizeT_h_GUID_4202F0A3_8E2A_4888_7041_D6C829172343
39 #include <type_traits>
45 template <std::
size_t V>
46 using size_t_ = std::integral_constant<std::size_t, V>;
49 #endif // INCLUDED_SizeT_h_GUID_4202F0A3_8E2A_4888_7041_D6C829172343
The main namespace for all C++ elements of the framework, internal and external.
std::integral_constant< std::size_t, V > size_t_
Alias template to simplify creating an integral constant of size_t.