Skip to content

Latest commit

 

History

History
66 lines (56 loc) · 4.35 KB

vector.md

File metadata and controls

66 lines (56 loc) · 4.35 KB

Header <vector> 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
Includes
<compare>
<initializer_list>
Classes
vector
vector<bool>
ss::hash<ss::vector<bool>>
Forward declarations
hash
Functions
operator==
operator!=
operator<
operator<=
operator>
operator>=
operator<=>






ss::swap(ss::vector)
erase(ss::vector)
erase_if(ss::vector)
Range access
begin
cbegin

end
cend

rbegin
crbegin
rend
crend
size
ssize

empty
data