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