#include "internal/__xtd_std_version.hpp"#include "collections/generic/helpers/wrap_pointer_iterator.hpp"#include "argument_null_exception.hpp"#include "argument_out_of_range_exception.hpp"#include "array.hpp"#include "dynamic_extent.hpp"#include "iequatable.hpp"#include "index_out_of_range_exception.hpp"#include "is.hpp"#include "null.hpp"#include "object.hpp"#include "ptrdiff.hpp"#include "views/views.hpp"#include "typeof.hpp"#include <type_traits>#include <vector>Contains xtd::span class.
Go to the source code of this file.
Classes | |
| class | xtd::span< type_t, extent > |
| Represents a non-owning view over a contiguous sequence of objects. More... | |
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Variables | |
| template<class type_t, xtd::size extent> | |
| const span< type_t, extent > | xtd::span< type_t, extent >::empty_span |