Searched defs:count_impl (Results 1 – 7 of 7) sorted by relevance
25 struct count_impl struct29 typedef std::size_t result_type;31 count_impl(dont_care) in count_impl() function36 void operator ()(dont_care) in operator ()()41 result_type result(dont_care) const in result()48 void serialize(Archive & ar, const unsigned int file_version) in serialize()54 std::size_t cnt;
26 template< typename Tag > struct count_impl struct28 template< typename Sequence, typename T > struct apply
41 struct count_impl<T, when<condition>> : default_ { struct43 static constexpr auto apply(Xs&& xs, Value&& value) { in apply()
53 struct count_impl< aux::multiset_tag > struct55 template< typename Set, typename Key > struct apply
107 inline optional<int> status::count_impl(mpl::true_) const in count_impl() function in boost::mpi::status123 inline optional<int> status::count_impl(mpl::false_) const in count_impl() function in boost::mpi::status
1237 struct count_impl< ::boost::parameter::aux::arg_list_tag> struct1240 struct apply