Searched refs:type_constant (Results 1 – 1 of 1) sorted by relevance
41 template <class T, T v> struct type_constant { struct49 template <class T> struct is_const : type_constant<bool, false> {}; argument50 template <class T> struct is_const<const T> : type_constant<bool, true> {};