xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
enumeration.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
raw_type.hpp
"
6
#include <concepts>
7
9
namespace
xtd
{
25
template
<
class
type_t>
26
concept
enumeration
=
27
std::is_enum_v<xtd::raw_type<type_t>>;
28
}
xtd::enumeration
Represent a enumeration concept.
Definition
enumeration.hpp:26
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
raw_type.hpp
Contains xtd::raw_type alias.
Generated on
for xtd by
Gammasoft
. All rights reserved.