An interface for getting an object's size. More...
#include <sizable.hpp>
Public Member Functions | |
virtual | ~sizable () noexcept |
Virtual destructor. | |
virtual size_t | size () const noexcept=0 |
Get the size of the object in memory. | |
An interface for getting an object's size.
Get the size of the object in memory.
Implemented in z::core::array< T >, z::core::array< zstring * >, z::core::circularBuffer< TYPE, LEN >, z::core::string< E >, z::core::string< ascii >, z::core::string< z::utf8 >, and z::file::info.