xtd 0.2.0
Loading...
Searching...
No Matches
signed_integer_64.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "int64.hpp"
6#include "slong.hpp"
7#include "raw_type.hpp"
8#include <concepts>
9
11namespace xtd {
77 template<typename type_t>
79 std::same_as<xtd::raw_type<type_t>, xtd::int64> ||
80 std::same_as<xtd::raw_type<type_t>, xtd::slong>;
81}
Concept signed_integer_64.
Definition signed_integer_64.hpp:78
std::int64_t int64
Represents a 64-bit signed integer.
Definition int64.hpp:23
__slong__ slong
Represents a 32-bit or 64-bit signed integer.
Definition slong.hpp:27
Contains xtd::int64 type.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::raw_type alias.
Contains xtd::slong type.