Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 2.52 KB

any.md

File metadata and controls

48 lines (38 loc) · 2.52 KB

Header <any> 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
any
bad_any_cast
Functions
ss::swap(ss::any)
make_any
any_cast