44inline typename std::enable_if<!std::is_base_of<z::core::sizable, T>::value>::type
size(
const T &
object,
size_t &
bytes)
noexcept {
A wrapper for std::vector.
Definition array.hpp:72
size_t size() const noexcept override
Get the size of the array.
Definition array.hpp:1000
An interface for getting an object's size.
Definition sizable.hpp:13
virtual ~sizable() noexcept
Virtual destructor.
Definition sizable.hpp:16
virtual size_t size() const noexcept=0
Get the size of the object in memory.