xtd 0.2.0
Loading...
Searching...
No Matches
epos.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "npos"
6
8namespace xtd {
10
33 inline constexpr xtd::size epos = xtd::npos - 1;
35}
constexpr xtd::size npos
Represents a value that is not a valid position in a collection.
Definition npos.hpp:26
constexpr xtd::size epos
Represents the index of the last valid element in a collection.
Definition epos.hpp:33
size_t size
Represents a size of any object in bytes.
Definition size.hpp:23
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8