|
kblib 0.2.3
General utilities library for modern C++
|
Provides delayed_construct, an optional-like type that cannot be cleared. More...


Go to the source code of this file.
Classes | |
| class | kblib::delayed_construct< T > |
| struct | kblib::FNV_hash< delayed_construct< T >, void > |
| struct | std::hash< kblib::delayed_construct< T > > |
Namespaces | |
| namespace | kblib |
| The main namespace in which all entities from kblib are defined. | |
| namespace | std |
Macros | |
| #define | OVERLOAD_DEFER_OP(op) |
Provides delayed_construct, an optional-like type that cannot be cleared.
Definition in file delayed_construct.h.
| #define OVERLOAD_DEFER_OP | ( | op | ) |
Definition at line 111 of file delayed_construct.h.