[#absl-default_allocator_is_nothrow] = xref:absl.adoc[absl]::default_allocator_is_nothrow :relfileprefix: ../ :mrdocs: Trait reporting whether the default allocator's allocation never throws. == Synopsis Declared in `<absl/memory/memory.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct default_allocator_is_nothrow : std::false_type ---- == Base Classes [cols="1,4"] |=== | Name| Description | `std::false_type` | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#