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 2024. The current version is 1.91.0.
monotonic_resource( unsigned char* buffer,std::size_tsize,storage_ptrupstream = {}) noexcept; »more...monotonic_resource(std::byte* buffer,std::size_tsize,storage_ptrupstream) noexcept; »more...template<std::size_tN> explicit monotonic_resource( unsigned char (&buffer) [N],storage_ptrupstream = {}) noexcept; »more...template<std::size_tN> explicit monotonic_resource(std::byte(&buffer) [N],storage_ptrupstream = {}) noexcept; »more...explicit monotonic_resource(std::size_tinitial_size = 1024,storage_ptrupstream = {}) noexcept; »more...
Copy constructor (deleted)
monotonic_resource(monotonic_resourceconst&) = delete; »more...