[#absl-allocator_is_nothrow] = xref:absl.adoc[absl]::allocator_is_nothrow :relfileprefix: ../ :mrdocs: Trait class reporting whether an allocator's allocation never throws. == Synopsis Declared in `<absl/memory/memory.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Alloc> struct allocator_is_nothrow : /* implementation-defined */ ---- == Description Derives from `Alloc::is_nothrow` if present, otherwise `std::false_type`. == Base Classes [cols="1,4"] |=== | Name| Description | `/* implementation-defined */` | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#