Binder self-test file. Tests for bindings of STL classes.
More...
#include <functional>
#include <map>
#include <unordered_map>
#include <deque>
#include <forward_list>
#include <list>
#include <string>
#include <vector>
|
void | foo (std::map< float, int >) |
|
void | foo (std::unordered_map< float, int >) |
|
void | foo (std::map< std::string, std::list< std::forward_list< std::deque< std::vector< double > > > > >) |
|
void | foo (std::unordered_map< std::string, std::list< std::forward_list< std::deque< std::vector< double > > > > >) |
|
Binder self-test file. Tests for bindings of STL classes.
- Author
- Sergey Lyskov
◆ foo() [1/4]
void foo |
( |
std::map< float, int > |
| ) |
|
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.
◆ foo() [2/4]
void foo |
( |
std::map< std::string, std::list< std::forward_list< std::deque< std::vector< double > > > > > |
| ) |
|
◆ foo() [3/4]
void foo |
( |
std::unordered_map< float, int > |
| ) |
|
◆ foo() [4/4]
void foo |
( |
std::unordered_map< std::string, std::list< std::forward_list< std::deque< std::vector< double > > > > > |
| ) |
|