Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/parallel/detail/
Dproperty_holders.hpp74 typedef boost::parallel::detail::untracked_pair<T, U> pair_base; typedef in boost::detail::parallel::pair_with_property
80 : pair_base(t, u), property_base(property) { } in pair_with_property()
88 ar & boost::serialization::base_object<pair_base>(*this) in serialize()