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