xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
unsigned_integer_8.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
byte.hpp
"
6
#include "
raw_type.hpp
"
7
#include <concepts>
8
10
namespace
xtd
{
76
template
<
typename
type_t>
77
concept
unsigned_integer_8
=
78
std::same_as<xtd::raw_type<type_t>,
xtd::byte
>;
79
}
byte.hpp
Contains xtd::byte type.
xtd::unsigned_integer_8
Concept unsigned_integer_8.
Definition
unsigned_integer_8.hpp:77
xtd::byte
std::uint8_t byte
Represents a 8-bit unsigned integer.
Definition
byte.hpp:23
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.