CETL 0.0.0
 
Loading...
Searching...
No Matches
cetl::pf20 Namespace Reference

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
 

Detailed Description

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.

Variable Documentation

◆ dynamic_extent

std::size_t cetl::pf20::dynamic_extent = std::numeric_limits<std::size_t>::max()
constexpr

Used by span to indicate that the span size is not fixed.

See also
std::dynamic_extent

Referenced by cetl::pf20::span< T, Extent >::subspan(), and cetl::pf20::span< T, Extent >::subspan().