Rosetta
|
Binder self-test file. Tests for bindings of STL classes multiset/multimap. More...
#include <forward_list>
#include <functional>
#include <set>
#include <unordered_set>
#include <deque>
#include <list>
#include <vector>
Functions | |
void | foo (std::multiset< float >) |
void | foo (std::unordered_multiset< float >) |
Binder self-test file. Tests for bindings of STL classes multiset/multimap.
void foo | ( | std::multiset< float > | ) |
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::unordered_multiset< float > | ) |