#include <diplomat_runtime.hpp>
|
constexpr | span (T *data, size_t size) |
|
template<size_t N> |
constexpr | span (std::array< typename std::remove_const< T >::type, N > &arr) |
|
constexpr T * | data () const noexcept |
|
constexpr size_t | size () const noexcept |
|
◆ span() [1/2]
◆ span() [2/2]
template<class T >
template<size_t N>
constexpr diplomat::span< T >::span |
( |
std::array< typename std::remove_const< T >::type, N > & |
arr | ) |
|
|
inlineconstexpr |
◆ data()
◆ size()
The documentation for this class was generated from the following file: