xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
ssize.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include <cstddef>
6
#include <type_traits>
7
9
namespace
xtd
{
11
24
using
ssize
= std::make_signed_t<std::size_t>;
26
}
27
28
#include "
literals/ssize.hpp
"
xtd::ssize
std::make_signed_t< std::size_t > ssize
Represents a signed size of any object in bytes.
Definition
ssize.hpp:24
ssize.hpp
Contains xtd::ssize suffixes.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.