Home
last modified time | relevance | path

Searched defs:get_numeric_infinity (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/icl/type_traits/
Dinfinity.hpp47 struct get_numeric_infinity<Type, true, has_std_max> struct
49 typedef get_numeric_infinity type;
50 static Type value() in value()
57 struct get_numeric_infinity<Type, false, true> struct
59 typedef get_numeric_infinity type;
60 static Type value() in value()
67 struct get_numeric_infinity<Type, false, false> struct
69 typedef get_numeric_infinity type;
70 static Type value() in value()