|
libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include "stdafx.h"#include <boost/test/included/unit_test.hpp>#include "core/ave_deviation_meter.hpp"#include "core/stats_output.hpp"#include "core/unordered_tuple.hpp"#include <chrono>#include <memory>#include <unordered_map>Go to the source code of this file.
Classes | |
| struct | base< Mdl > |
| struct | base< Mdl >::hasher |
| struct | derived1 |
| struct | derived2 |
| struct | extract< T > |
Macros | |
| #define | BOOST_TEST_MODULE libjmmcg_tests |
Typedefs | |
| using | timed_results_t = ave_deviation_meter< unsigned long long > |
Functions | |
| BOOST_AUTO_TEST_CASE (unordered_tuple_perf) | |
| BOOST_AUTO_TEST_CASE (unordered_map_perf) | |
| #define BOOST_TEST_MODULE libjmmcg_tests |
Definition at line 21 of file unordered_tuple_performance.cpp.
| using timed_results_t = ave_deviation_meter<unsigned long long> |
Definition at line 34 of file unordered_tuple_performance.cpp.
| BOOST_AUTO_TEST_CASE | ( | unordered_map_perf | ) |
Definition at line 131 of file unordered_tuple_performance.cpp.
| BOOST_AUTO_TEST_CASE | ( | unordered_tuple_perf | ) |
Definition at line 93 of file unordered_tuple_performance.cpp.