#include "box.hpp"#include "byte.hpp"#include "char.hpp"#include "char16.hpp"#include "char32.hpp"#include "char8.hpp"#include "decimal.hpp"#include "double.hpp"#include "int16.hpp"#include "int32.hpp"#include "int64.hpp"#include "intptr.hpp"#include "sbyte.hpp"#include "single.hpp"#include "size.hpp"#include "uint16.hpp"#include "uint32.hpp"#include "uint64.hpp"#include "uintptr.hpp"#include "wchar.hpp"#include "internal/__xtd_std_version.hpp"Contains xtd::unboxing 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. | |
Static Methods | |
| template<class type_t> | |
| type_t | xtd::unboxing (const xtd::box< type_t > &value) noexcept |
| Allows to unbox an object. | |