Home
last modified time | relevance | path

Searched refs:second_base (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/hof/detail/
Dcompressed_pair.hpp88 typedef typename pair_holder<1, Second, First>::type second_base; typedef
94 …_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()
/third_party/boost/boost/random/
Dadditive_combine.hpp54 typedef MLCG2 second_base; typedef in boost::random::additive_combine_engine