xtd 1.0.0
Loading...
Searching...
No Matches
dynamic_extent.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "npos.hpp"
6
8namespace xtd {
10
23 inline constexpr auto dynamic_extent = xtd::npos;
25}
constexpr auto dynamic_extent
Represents the constant of type xtd::usize signifying that the span has dynamic extent.
Definition dynamic_extent.hpp:23
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::npos constant.