Searched refs:second_argument_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dstl_function.h119 typedef _Arg2 second_argument_type; ///< the type of the second argument typedef in struct:binary_function
336 typename _Predicate::second_argument_type,
348 const typename _Predicate::second_argument_type& __y) const
393 : public unary_function<typename _Operation::second_argument_type,
405 operator()(const typename _Operation::second_argument_type& __x) const
411 operator()(typename _Operation::second_argument_type& __x) const
432 typename _Operation::second_argument_type value;
435 const typename _Operation::second_argument_type& __y)
454 typedef typename _Operation::second_argument_type _Arg2_type;
/freebsd-11.0-release/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h473 typedef std::size_t second_argument_type; typedef in struct:std::__detail::_Mod_range_hashing
477 operator()(first_argument_type __num, second_argument_type __den) const

Completed in 112 milliseconds