xtd 1.0.0
Loading...
Searching...
No Matches
bpos.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "npos"
6
8namespace xtd {
10
25 inline constexpr auto bpos = xtd::usize {0};
27}
constexpr auto bpos
Represents the index of the firsy valid element in a collection.
Definition bpos.hpp:25
std::size_t usize
Represents an unsigned size of any object in bytes.
Definition usize.hpp:22
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8