![]() |
Rosetta
2021.16
|
Binder self-test file. Tests for bindings of STL classes multiset/multimap. More...
#include <functional>#include <set>#include <map>#include <forward_list>#include <unordered_set>#include <unordered_map>Functions | |
| void | foo (std::multimap< float, int >) |
| void | foo (std::multiset< float >) |
| void | foo (std::unordered_multiset< float >) |
| void | foo (std::unordered_multimap< float, int >) |
Binder self-test file. Tests for bindings of STL classes multiset/multimap.
This test is separated from the binder/test/T42.stl.names.hpp to avoid problems with different ordering of multiset/set and multimap/map bindings in the generated files on different platforms.
| void foo | ( | std::multiset< float > | ) |
| void foo | ( | std::unordered_multiset< float > | ) |
1.8.7