Searched defs:numeric_type (Results 1 – 5 of 5) sorted by relevance
25 struct numeric_type { struct26 constexpr explicit numeric_type(int v) : value(v) { } in numeric_type() function31 using Numeric = boost::hana::tag_of_t<numeric_type>; argument
178 using numeric_type = variable196 using numeric_type = variable
177 using numeric_type = variable194 using numeric_type = variable
32 std::function<void(numeric_type *, numeric_type *)> fun, in DuplexCallback()
108 typedef Type numeric_type; typedef in boost::geometry::segment_ratio