Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2022. The current version is 1.90.0.
Return true if calling deallocate on the memory resource has
no effect.
bool is_deallocate_trivial() const;
This function is used to determine if the deallocate function of the pointed
to memory resource is trivial. The value of is_deallocate_trivial is evaluated
and saved when the memory resource is constructed and the type is known,
before the type is erased.