Searched refs:second_base (Results 1 – 2 of 2) sorted by relevance
88 typedef typename pair_holder<1, Second, First>::type second_base; typedef94 …_IS_NOTHROW_CONSTRUCTIBLE(first_base, X&&) && BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(second_base, Y&&)) in compressed_pair()95 : first_base(BOOST_HOF_FORWARD(X)(x)), second_base(BOOST_HOF_FORWARD(Y)(y)) in compressed_pair()98 BOOST_HOF_INHERIT_DEFAULT(compressed_pair, first_base, second_base) in BOOST_HOF_INHERIT_DEFAULT()115 return boost::hof::alias_value(this->get_alias_base<second_base>(xs...), xs...); in second()
54 typedef MLCG2 second_base; typedef in boost::random::additive_combine_engine