xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
internal
__span_definitions.hpp
Go to the documentation of this file.
1
4
#pragma once
6
#if !defined(__XTD_CORE_INTERNAL__)
7
#error "Do not include this file: Internal use only"
8
#endif
10
#include "
../dynamic_extent.hpp
"
11
#include "
../usize.hpp
"
12
14
namespace
xtd
{
15
template
<
typename
type_t, xtd::usize extent = xtd::dynamic_extent>
16
class
read_only_span
;
17
18
template
<
typename
type_t, xtd::usize extent = xtd::dynamic_extent>
19
class
span
;
20
}
xtd::read_only_span
Definition
__span_definitions.hpp:16
xtd::span
Represents a non-owning view over a contiguous sequence of objects.
Definition
span.hpp:62
dynamic_extent.hpp
Contains xtd::dynamic_extent field.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
usize.hpp
Contains xtd::usize type.
Generated on
for xtd by
Gammasoft
. All rights reserved.