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