xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
raw_type.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include <type_traits>
6
8
namespace
xtd
{
24
template
<
typename
value_t>
25
using
raw_type
= std::remove_cvref_t<value_t>;
26
}
xtd::raw_type
std::remove_cvref_t< value_t > raw_type
Represents a raw type alias equivalent to std::remove_cvref_t<value_t>.
Definition
raw_type.hpp:25
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.