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