Skip to content

Latest commit

 

History

History
58 lines (48 loc) · 3.42 KB

span.md

File metadata and controls

58 lines (48 loc) · 3.42 KB

Header <span> implementation status

Reference
Implementation

  • : Cannot implement with language itself. Need compiler support. Used C++ N STL
  • : Partially implemented with C++ N
  • : Fully implemented with C++ N
  • : Not yet implemented
Features Standard Implemented in
Classes
span
Constants
dynamic_extent
Functions
as_bytes
as_writable_bytes
Range access
begin
cbegin

end
cend

rbegin
crbegin
rend
crend
size
ssize

empty
data