Home
last modified time | relevance | path

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

/third_party/boost/boost/bimap/
Dset_of.hpp115 struct set_of : public ::boost::bimaps::detail::set_type_of_tag struct
135 typedef set_of type;
191 set_of,
/third_party/boost/libs/bimap/example/
Dtutorial_info_hook.cpp39 set_of< std::string >, // title in tutorial_about_info_hook()
95 set_of< tagged< std::string, title > >, in tutorial_about_tagged_info_hook()
137 set_of< std::string > // title in bimap_without_an_info_hook()
Dstandard_map_comparison.cpp55 typedef bimap< set_of<std::string>, set_of<int> > bimap_type; in main()
Dat_function_examples.cpp38 typedef bimap< set_of< std::string >, list_of< int > > bm_type; in first_bimap()
/third_party/boost/libs/bimap/doc/
Dreference.qbk27 * "boost/bimap/bimap.hpp" ['(includes "boost/bimap/set_of.hpp" and "boost/bimap/unconstrained_set_o…
31 * "boost/bimap/set_of.hpp"
58 [include reference/set_of.qbk]
Dtutorial.qbk93 [[`map` ][`set_of` ][no constraints ]]
176 [[`set_of` ][['ordered, unique]][`map` ]]
211 behaviour. For example, in `set_of` specification, you can pass a Functor
222 [[`set_of<T,KeyComp>`
264 may have the same population. This is why we choose *multi*`set_of` for
489 [[`set_of` ][['constant]]]
517 [[`bimap<set_of<A>,list_of<B> >`][
524 [[`bimap<vector_of<A>,set_of<B> >`][
544 `set_of` and `unordered_set_of` map views overload `operator[]` to retrieve the
560 In bimaps the constant version of these functions is given for `set_of` and
[all …]
/third_party/boost/libs/bimap/doc/reference/
Dset_of.qbk15 [section set_of Reference]
17 [section Header "boost/bimap/set_of.hpp" synopsis]
28 struct set_of;
73 [section Collection type specifiers set_of and multiset_of]
76 allowing duplicate elements, respectively. The syntaxes of `set_of` and
82 [section \[multi\]set_of Views]
84 A \[multi\]set_of set view is a std::\[multi\]set signature-compatible
87 There are two variants: set_of, which does not allow duplicate elements
245 // Only in for `set_of` collection type
337 In the case of a `bimap< {multi}set_of<Left>, ... >`
[all …]
Dunordered_set_of.qbk79 `set_of` and `multiset_of` coincide, thus we describe them
84 [section unordered_\[multi\]set_of Views]
86 An unordered_\[multi\]set_of set view is a tr1::unordered\[multi\]set signature compatible
89 The interface and semantics of `unordered_[multi]set_of` views are
92 An `unordered_[multi]set_of` view is particularized according to a given
105 Except where noted, `unordered_[multi]set_of` views (both unique and non-unique) are models
292 In the case of a `bimap< unordered_{multi}set_of<Left>, ... >`
319 Here and in the descriptions of operations of `unordered_[multi]set_of` views,
322 The complexity signature of `unordered_[multi]set_of` view is:
338 `unordered_[multi]set_of` views are instantiated internally to `bimap`
[all …]
Dbimap.qbk107 [[`set_of` ][`set_of_relation` ][`boost/bimap/set_of.hpp` …
/third_party/boost/libs/bimap/test/
Dtest_bimap_set_of.cpp26 typedef boost::bimaps::set_of<int> set_type; in main()
Dtest_bimap_property_map.cpp59 typedef bimap< set_of<int>, unordered_set_of<double> > bm; in test_bimap_property_map()
Dtest_bimap_unordered.cpp113 set_of< char, std::greater<char> >, in test_bimap()
Dtest_bimap_ordered.cpp122 multiset_of< int, std::greater<int> >, set_of<std::string> , in test_bimap()
/third_party/boost/libs/container/test/
Dpmr_set_test.cpp21 BOOST_STATIC_ASSERT(( is_same<intcontainer_t, pmr::set_of<int>::type >::value )); in main()
/third_party/boost/boost/bimap/detail/
Dmanage_bimap_key.hpp61 mpl::identity< set_of< Type > >
/third_party/boost/boost/container/pmr/
Dset.hpp44 struct set_of struct
/third_party/boost/boost/graph/
Dtwo_graphs_common_spanning_trees.hpp128 bimap< bimaps::set_of< int >, in rec_two_graphs_common_spanning_trees()
129 bimaps::set_of< typename graph_traits< Graph >::edge_descriptor > > in rec_two_graphs_common_spanning_trees()
132 bimap< bimaps::set_of< int >, in rec_two_graphs_common_spanning_trees()
133 bimaps::set_of< typename graph_traits< Graph >::edge_descriptor > > in rec_two_graphs_common_spanning_trees()
615 typedef bimaps::bimap< bimaps::set_of< int >, in two_graphs_common_spanning_trees()
616 bimaps::set_of< order_value_type > > in two_graphs_common_spanning_trees()
/third_party/boost/doc/html/
Ddoc_HTML.manifest903 boost/container/pmr/set_of.html