xtd 0.2.0
Loading...
Searching...
No Matches
boxing.h File Reference
#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 "slong.h"
#include "uint16.h"
#include "uint32.h"
#include "uint64.h"
#include "uintptr.h"
#include "ulong.h"
#include "wchar.h"
#include "internal/__box_enum_or_object.h"

Definition

Contains xtd::boxing 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<typename type_t , typename ... args_t>
box< type_t > xtd::boxing (args_t &&...args) noexcept
 Allows to box an object.
 
template<typename type_t >
auto xtd::boxing (const type_t &value) noexcept
 Allows to box an object.