absl::default_allocator_is_nothrow

Trait reporting whether the default allocator's allocation never throws.

Synopsis

Declared in <absl/memory/memory.h>

struct default_allocator_is_nothrow
    : std::false_type

Base Classes

NameDescription
std::false_type