Binder self-test file. Tests for bindings of STL classes.
More...
#include <functional>
#include <list>
#include <deque>
#include <vector>
#include <forward_list>
Binder self-test file. Tests for bindings of STL classes.
- Author
- Sergey Lyskov
| void foo |
( |
std::list< double > |
| ) |
|
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::forward_list< float > |
| ) |
|
| void foo |
( |
std::vector< double > |
| ) |
|
| void foo |
( |
std::deque< int > |
| ) |
|