xtd 0.2.0
Loading...
Searching...
No Matches
unsigned_integer_16.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "raw_type.hpp"
6#include "uint16.hpp"
7#include <concepts>
8
10namespace xtd {
11 // Since Doxygen does not work properly with the C++ concept, the documentation for this concept is declared in xtd/unsigned_integer_16_.hpp
12 template<typename type_t>
14 std::same_as<xtd::raw_type<type_t>, xtd::uint16>;
15}
Definition unsigned_integer_16.hpp:13
std::uint16_t uint16
Represents a 16-bit unsigned integer.
Definition uint16.hpp:23
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::raw_type alias.
Contains xtd::uint16 type.