HTTP v1.13.1
|
#include <CheckAtCompileTime.h>
Public Types | |
enum | { value = type::value } |
using | type = decltype(checked<dataContainer>(0)) |
Static Protected Member Functions | |
template<typename T > | |
static constexpr decltype(T(std::begin(T()), std::end(T())), std::true_type()) | checked (int) |
template<typename > | |
static constexpr std::false_type | checked (...) |
Definition at line 55 of file CheckAtCompileTime.h.
using utility::checkInitializerListConstructor< dataContainer >::type = decltype(checked<dataContainer>(0)) |
Definition at line 65 of file CheckAtCompileTime.h.
anonymous enum |
Enumerator | |
---|---|
value |
Definition at line 66 of file CheckAtCompileTime.h.
|
staticconstexprprotected |
|
staticconstexprprotected |