xtd 0.2.0
Loading...
Searching...
No Matches
dynamic_extent.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "usize.hpp"
6#include <limits>
7
9namespace xtd {
11
24 inline constexpr xtd::usize dynamic_extent = std::numeric_limits<xtd::usize>::max();
26}
constexpr xtd::usize dynamic_extent
Represents the constant of type xtd::usize signifying that the span has dynamic extent.
Definition dynamic_extent.hpp:24
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
Contains xtd::usize type.