Home | History | Annotate | Download | only in detail

Lines Matching refs:argument_type

101       typedef typename Traits::argument_type argument_type ;
103 static range_check_result apply ( argument_type s )
115 typedef typename Traits::argument_type argument_type ;
117 static range_check_result apply ( argument_type s )
130 typedef typename Traits::argument_type argument_type ;
132 static range_check_result apply ( argument_type s )
146 typedef typename Traits::argument_type argument_type ;
148 static range_check_result apply ( argument_type s )
162 typedef typename Traits::argument_type argument_type ;
164 static range_check_result apply ( argument_type s )
178 typedef typename Traits::argument_type argument_type ;
180 static range_check_result apply ( argument_type s )
194 typedef typename Traits::argument_type argument_type ;
196 static range_check_result apply ( argument_type s )
218 typedef typename PredA::argument_type argument_type ;
220 static range_check_result apply ( argument_type s )
265 typedef typename Traits::argument_type argument_type ;
267 static range_check_result out_of_range ( argument_type ) { return cInRange ; }
268 static void validate_range ( argument_type ) {}
284 typedef typename Traits::argument_type argument_type ;
286 static range_check_result out_of_range ( argument_type s )
293 static void validate_range ( argument_type s )
453 struct trivial_converter_impl : public std::unary_function< BOOST_DEDUCED_TYPENAME Traits::argument_type
461 typedef typename Traits::argument_type argument_type ;
464 static result_type low_level_convert ( argument_type s ) { return s ; }
465 static source_type nearbyint ( argument_type s ) { return s ; }
466 static result_type convert ( argument_type s ) { return s ; }
474 struct rounding_converter : public std::unary_function< BOOST_DEDUCED_TYPENAME Traits::argument_type
488 typedef typename Traits::argument_type argument_type ;
491 static result_type convert ( argument_type s )
504 struct non_rounding_converter : public std::unary_function< BOOST_DEDUCED_TYPENAME Traits::argument_type
516 typedef typename Traits::argument_type argument_type ;
519 static source_type nearbyint ( argument_type s ) { return s ; }
521 static result_type convert ( argument_type s )