xtd 0.2.0
Loading...
Searching...
No Matches
npos.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "size.hpp"
6#include <limits>
7
9namespace xtd {
11
26 inline constexpr xtd::size npos = std::numeric_limits<xtd::size>::max();
28}
constexpr xtd::size npos
Represents a value that is not a valid position in a collection.
Definition npos.hpp:26
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
Contains xtd::size type.