KTL
|
#include "../utility/empty_base.h"
#include "../utility/meta.h"
#include "fallback_fwd.h"
#include "type_allocator.h"
#include <limits>
#include <memory>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | ktl::fallback< P, F > |
An allocator which delegates allocations between 2 different allocators. It first attempts to allocate with the primary allocator, but upon failure will use the fallback allocator. More... | |
Namespaces | |
ktl | |