xtd 0.2.0
Loading...
Searching...
No Matches
raw_type.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <type_traits>
6
8namespace xtd {
24 template<class value_t>
25 using raw_type = std::remove_cvref_t<value_t>;
26}
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
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8