Class containing store of the specified size convertible to block. More...
#include <eagine/memory/aligned_block.hpp>
Public Member Functions | |
auto | get () noexcept -> block |
Returns a view of the internal storage as a block. | |
auto | get () const noexcept -> const_block |
Returns a view of the internal storage as a const block. | |
operator block () noexcept | |
Implicit conversion to block. More... | |
operator const_block () const noexcept | |
Implicit conversion to const block. More... | |
Class containing store of the specified size convertible to block.
Size | the size in bytes of the internal storage in the instantiation. |
|
inlinenoexcept |
Implicit conversion to block.
|
inlinenoexcept |
Implicit conversion to const block.