Searched refs:result_type (Results 1 – 2 of 2) sorted by relevance
33 typedef Result result_type; typedef41 typedef Result result_type; typedef50 typedef Result result_type; typedef107 typedef Result result_type; typedef111 inline result_type operator() (argument_type v) const { return (m_pfn(v)); } in operator()124 typedef Result result_type; typedef128 …inline result_type operator() (first_argument_type v1, second_argument_type v2) const { return (m_… in operator()158 typename UnaryFunction::result_type> {161 typedef typename UnaryFunction::result_type result_type; typedef164 inline result_type operator() (argument_type v) const { return (!m_pfn(v)); } in operator()[all …]
91 typedef typename Pair::first_type result_type; typedef92 inline const result_type& operator()(const Pair& a) const { return (a.first); } in operator()93 inline result_type& operator()(Pair& a) const { return (a.first); } in operator()99 typedef typename Pair::second_type result_type; typedef100 inline const result_type& operator()(const Pair& a) const { return (a.second); } in operator()101 inline result_type& operator()(Pair& a) const { return (a.second); } in operator()