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

Binder self-test file. Tests for bindings of STL classes multiset/multimap. More...

#include <forward_list>
#include <functional>
#include <map>
#include <set>
#include <unordered_map>
#include <unordered_set>
#include <deque>
#include <list>
#include <vector>

Functions

void foo (std::multimap< float, int >)
 
void foo (std::multiset< float >)
 
void foo (std::unordered_multiset< float >)
 
void foo (std::unordered_multimap< float, int >)
 
void foo (std::multimap< std::string, std::list< std::forward_list< std::deque< std::vector< double > > > > >)
 
void foo (std::unordered_multimap< std::string, std::list< std::forward_list< std::deque< std::vector< double > > > > >)
 

Detailed Description

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

Author
Sergey Lyskov/Andrii Verbytskyi

Function Documentation

◆ foo() [1/6]

void foo ( std::multimap< float, int >  )

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.

◆ foo() [2/6]

void foo ( std::multimap< std::string, std::list< std::forward_list< std::deque< std::vector< double > > > > >  )

◆ foo() [3/6]

void foo ( std::multiset< float >  )

◆ foo() [4/6]

void foo ( std::unordered_multimap< float, int >  )

◆ foo() [5/6]

void foo ( std::unordered_multimap< std::string, std::list< std::forward_list< std::deque< std::vector< double > > > > >  )

◆ foo() [6/6]

void foo ( std::unordered_multiset< float >  )