#include "box.h"#include "byte.h"#include "char.h"#include "char16.h"#include "char32.h"#include "char8.h"#include "decimal.h"#include "double.h"#include "int16.h"#include "int32.h"#include "int64.h"#include "intptr.h"#include "sbyte.h"#include "single.h"#include "size.h"#include "uint16.h"#include "uint32.h"#include "uint64.h"#include "uintptr.h"#include "wchar.h"Contains xtd::unboxing methods.


Go to the source code of this file.
Namespaces | |
| xtd | |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Functions | |
| template<typename type_t > | |
| type_t | xtd::unboxing (const xtd::box< type_t > &value) noexcept |
| Allows to unbox an object. More... | |