Searched defs:integral_constant (Results 1 – 4 of 4) sorted by relevance
14 struct integral_constant { struct17 typedef integral_constant<T, v> type; argument
28 struct integral_constant { struct31 typedef integral_constant<T, v> type; argument
77 struct integral_constant { struct80 typedef integral_constant<T, v> type; argument
87 template<typename T, T V> struct integral_constant { static const T value = V; }; argument