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

Struct use_std_allocator
PrevUpHomeNext

Struct use_std_allocator

boost::log::use_std_allocator — Tag type that indicates that a specialization of std::allocator should be used for allocating memory.

Synopsis

Description

This tag type can be used in template parameters in various components of Boost.Log. The type itself is not an allocator type.


PrevUpHomeNext