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

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

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

Functions

void foo (std::multiset< float >)
 
void foo (std::unordered_multiset< float >)
 

Detailed Description

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

Author
Sergey Lyskov/Andrii Verbytskyi

Function Documentation

◆ foo() [1/2]

void foo ( std::multiset< float >  )

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/2]

void foo ( std::unordered_multiset< float >  )