Trait class reporting whether an allocator's allocation never throws.

Synopsis

Declared in <absl/memory/memory.h>

template<typename Alloc>
struct allocator_is_nothrow
    : /* implementation-defined */

Description

Derives from Alloc::is_nothrow if present, otherwise std::false_type.

Base Classes

Name

Description

/* implementation-defined */

Created with MrDocs