Classes | |
| struct | duration_io_intermediate |
| struct | duration_io_intermediate< Rep, true > |
Functions | |
| template<typename intermediate_type > | |
| enable_if< is_integral < intermediate_type >, bool > ::type | reduce (intermediate_type &r, unsigned long long &den, std::ios_base::iostate &err) |
| template<typename intermediate_type > | |
| disable_if< is_integral < intermediate_type >, bool > ::type | reduce (intermediate_type &, unsigned long long &, std::ios_base::iostate &) |
| enable_if<is_integral<intermediate_type>, bool>::type boost::chrono::chrono_detail::reduce | ( | intermediate_type & | r, |
| unsigned long long & | den, | ||
| std::ios_base::iostate & | err | ||
| ) |
References boost::regex_constants::failbit, and boost::flyweights::t.
| disable_if<is_integral<intermediate_type>, bool>::type boost::chrono::chrono_detail::reduce | ( | intermediate_type & | , |
| unsigned long long & | , | ||
| std::ios_base::iostate & | |||
| ) |