xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
signed_integer_16.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
int16.hpp
"
6
#include "
raw_type.hpp
"
7
#include <concepts>
8
10
namespace
xtd
{
11
// Since Doxygen does not work properly with the C++ concept, the documentation for this concept is declared in xtd/signed_integer_16_.hpp
12
template
<
typename
type_t>
13
concept
signed_integer_16
=
14
std::same_as<xtd::raw_type<type_t>,
xtd::int16
>;
15
}
xtd::signed_integer_16
Definition
signed_integer_16.hpp:13
xtd::int16
std::int16_t int16
Represents a 16-bit signed integer.
Definition
int16.hpp:23
int16.hpp
Contains xtd::int16 type.
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.