|
OpenEnroth 9cf7432
|
#include <map>#include <unordered_map>#include <type_traits>#include <string>#include "Testing/Unit/UnitTest.h"#include "Utility/String/TransparentFunctors.h"#include "Utility/MapAccess.h"Functions | |
| template<class Map > | |
| static void | runTransparentTest () |
| UNIT_TEST (TransparentFunctors, UnorderedMap) | |
| UNIT_TEST (TransparentFunctors, UnorderedMapWithTransparentString) | |
| UNIT_TEST (TransparentFunctors, Map) | |
| UNIT_TEST (TransparentFunctors, MapWithTransparentString) | |
|
static |
| UNIT_TEST | ( | TransparentFunctors | , |
| Map | |||
| ) |
| UNIT_TEST | ( | TransparentFunctors | , |
| MapWithTransparentString | |||
| ) |
| UNIT_TEST | ( | TransparentFunctors | , |
| UnorderedMap | |||
| ) |
| UNIT_TEST | ( | TransparentFunctors | , |
| UnorderedMapWithTransparentString | |||
| ) |