Searched defs:integral_constant (Results 1 – 4 of 4) sorted by relevance
16 struct integral_constant { struct19 typedef integral_constant<T, v> type; argument
77 struct integral_constant { struct80 typedef integral_constant<T, v> type; argument
7 struct integral_constant {}; struct
2934 struct integral_constant struct2936 static constexpr _Tp value = __v;2937 typedef _Tp value_type;2938 typedef integral_constant<_Tp, __v> type;2939 constexpr operator value_type() const { return value; } in operator value_type()2944 constexpr value_type operator()() const { return value; } in operator ()()