Trait class reporting whether an allocator's allocation never throws.
Declared in <absl/memory/memory.h>
template<typename Alloc>
struct allocator_is_nothrow
: /* implementation-defined */
Derives from Alloc::is_nothrow if present, otherwise std::false_type.
| Name | Description |
|---|---|
/* implementation-defined */ |