xtd 0.2.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 xtd::size bpos = 0;
27}
constexpr xtd::size bpos
Represents the index of the firsy valid element in a collection.
Definition bpos.hpp:25
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