Rosetta
Functions
T42.stl.names.map.hpp File Reference

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>

Functions

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 > > > > >)
 

Detailed Description

Binder self-test file. Tests for bindings of STL classes.

Author
Sergey Lyskov

Function Documentation

◆ 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 > > > > >  )