Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dnumeric_values.hpp35 template < typename T > struct numeric_values struct
37 typedef T value_type;
39 static T zero() { return T(); } in zero()
41 static T infinity() { return (std::numeric_limits< T >::max)(); } in infinity()