xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
npos.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
size.hpp
"
6
#include <limits>
7
9
namespace
xtd
{
11
26
inline
constexpr
xtd::size
npos
= std::numeric_limits<xtd::size>::max();
28
}
xtd::npos
constexpr xtd::size npos
Represents a value that is not a valid position in a collection.
Definition
npos.hpp:26
xtd::size
size_t size
Represents a size of any object in bytes.
Definition
size.hpp:23
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
size.hpp
Contains xtd::size type.
Generated on Sun Sep 21 2025 09:17:27 for xtd by
Gammasoft
. All rights reserved.