xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
epos.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "npos"
6
8
namespace
xtd
{
10
33
inline
constexpr
xtd::usize
epos
=
xtd::npos
- 1;
35
}
xtd::npos
constexpr auto npos
Represents a value that is not a valid position in a collection.
Definition
npos.hpp:26
xtd::epos
constexpr xtd::usize epos
Represents the index of the last valid element in a collection.
Definition
epos.hpp:33
xtd::usize
std::size_t usize
Represents an unsigned size of any object in bytes.
Definition
usize.hpp:22
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.