Rosetta
|
Binder self-test file. Tests for bindings of STL classes. More...
#include <functional>
#include <set>
#include <unordered_set>
#include <deque>
#include <forward_list>
#include <list>
#include <vector>
Functions | |
void | foo (std::set< float >) |
void | foo (std::unordered_set< float >) |
void | foo (std::set< std::list< std::forward_list< std::deque< std::vector< double > > > > >) |
Binder self-test file. Tests for bindings of STL classes.
void foo | ( | std::set< float > | ) |
The multimap/multiset classes are tested in the binder/test/T43.stl.names.multi.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_set< float > | ) |