Home
last modified time | relevance | path

Searched refs:remainder_type (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/spirit/home/karma/numeric/detail/
Dnumeric_utils.hpp577 int ch = radix_type::call(remainder_type::call(n)); \
594 typedef traits::remainder<Radix> remainder_type; typedef
601 int ch = radix_type::call(remainder_type::call(n)); in call()