xtd 0.2.0
Loading...
Searching...
No Matches
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
10namespace xtd {
76 template<typename type_t>
78 std::same_as<xtd::raw_type<type_t>, xtd::int16>;
79}
Concept signed_integer_16.
Definition signed_integer_16.hpp:77
std::int16_t int16
Represents a 16-bit signed integer.
Definition int16.hpp:23
Contains xtd::int16 type.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::raw_type alias.