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

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

Detailed Description

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

Author
Sergey Lyskov

Function Documentation

◆ foo() [1/3]

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.

◆ foo() [2/3]

void foo ( std::set< std::list< std::forward_list< std::deque< std::vector< double > > > > >  )

◆ foo() [3/3]

void foo ( std::unordered_set< float >  )