#include "size.hpp"Contains xtd::size_of methods.
Go to the source code of this file.
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Functions | |
| template<class type_t> | |
| auto | xtd::size_of () noexcept -> xtd::size |
| Used to obtain the size in bytes of the object representation of type or expression. | |
| xtd::size | xtd::size_of (const auto &value) noexcept |
| Used to obtain the size in bytes of the object representation of type or expression. | |
| xtd::size | xtd::size_of (const xtd::type &value) noexcept |
| Used to obtain the size in bytes of the object representation of type or expression. | |