|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
12 template<
class type_t>
13 constexpr std::add_const_t<type_t>&
as_const(type_t&
type)
noexcept {
17 template<
class type_t>
18 void as_const(
const type_t&&) =
delete;
std::type_info type
Stores information about a type.
Definition type.hpp:23
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
constexpr std::add_const_t< type_t > & as_const(type_t &type) noexcept
Obtains a reference to const to its argument.
Definition as_const.hpp:13