Searched defs:numeric_type (Results 1 – 3 of 3) sorted by relevance
25 struct numeric_type { struct26 constexpr explicit numeric_type(int v) : value(v) { } in numeric_type() argument31 using Numeric = boost::hana::tag_of_t<numeric_type>; argument
177 using numeric_type = variable194 using numeric_type = variable
108 typedef Type numeric_type; typedef in boost::geometry::segment_ratio