xtd 0.2.0
Loading...
Searching...
No Matches

◆ unboxing()

template<typename type_t >
type_t xtd::unboxing ( const xtd::box< type_t > &  value)
inlinenoexcept

Allows to unbox an object.

Parameters
valueObject to box.
Returns
Unboxed object.
Header
#include <xtd/unboxing>
Namespace
xtd
Library
xtd.core
Remarks
For more information about types, see Native types, boxing and unboxing.