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.90.0.
static_resource( unsigned char* buffer,std::size_tsize) noexcept; »more...static_resource(std::byte* buffer,std::size_tsize) noexcept; »more...template<std::size_tN> explicit static_resource( unsigned char (&buffer) [N]) noexcept; »more...template<std::size_tN> explicit static_resource(std::byte(&buffer) [N]) noexcept; »more...
Copy constructor (deleted)
static_resource(static_resourceconst&) = delete; »more...