Classes | |
class | span |
class | span< T, dynamic_extent > |
Variables | |
constexpr std::size_t | dynamic_extent = std::numeric_limits<std::size_t>::max() |
template<typename T, std::size_t Extent> | |
const std::size_t | span< T, Extent >::extent |
template<typename T> | |
const std::size_t | span< T, dynamic_extent >::extent |
This namespace contains C++20 polyfill (pf) types.
The types within this namespace adhere to the C++20 specification and should be drop-in replaceable with said standard types where they are available. CETL polyfill types may implement a sub-set of the required functionality but they will not implement non-compliant functionality.
|
constexpr |
Used by span to indicate that the span size is not fixed.
Referenced by cetl::pf20::span< T, Extent >::subspan(), and cetl::pf20::span< T, Extent >::subspan().