kblib 0.2.3
General utilities library for modern C++
|
Provides direct_map. More...
#include <kblib/fakestd.h>
#include <kblib/iterators.h>
#include <kblib/tdecl.h>
#include <array>
#include <bitset>
#include <cinttypes>
#include <climits>
#include <limits>
#include <new>
#include <optional>
Go to the source code of this file.
Namespaces | |
namespace | kblib |
The main namespace in which all entities from kblib are defined. | |
namespace | detail_direct_map |
namespace | kblib::detail_direct_map |
Macros | |
#define | LAUNDER(x) (x) |
#define | DECL_OP(op) |
#define | DECL_OP(op) |
Variables | |
template<typename T > | |
KBLIB_CONSTANT auto | kblib::detail_direct_map::range_of |
Provides direct_map.
Definition in file direct_map.h.
#define DECL_OP | ( | op | ) |
Definition at line 799 of file direct_map.h.
#define DECL_OP | ( | op | ) |
Definition at line 799 of file direct_map.h.
#define LAUNDER | ( | x | ) | (x) |
Definition at line 90 of file direct_map.h.