Skip to content

Commit

Permalink
vector cbegin cend crbegin crend
Browse files Browse the repository at this point in the history
  • Loading branch information
埃博拉酱 committed Oct 18, 2023
1 parent ff11e65 commit 564ac2d
Show file tree
Hide file tree
Showing 2 changed files with 328 additions and 194 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version=2.0.0
author=埃博拉酱 <[email protected]>, Mike Matera <[email protected]>, Chris Johnson <[email protected]>, Arduino
maintainer=埃博拉酱 <[email protected]>
sentence=将C++标准库移植到 Arduino。A port of C++ Standard Library to Arduino.
paragraph=*新功能:ArduinoUrng, unique_ptr, mt19937, shuffle, extent_v, integral_constant* 基于ArduinoSTL,该库包括重要的C++函数,包括cout和cin,printf和scanf。它还包括 STL 容器,如vector和algorithm。New features: unique_ptr, mt19937, shuffle.* Based on ArduinoSTL, this library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.
paragraph=*新功能:vector::cbegin vector::cend vector::crbegin vector::crend* 基于ArduinoSTL,该库包括重要的C++函数,包括cout和cin,printf和scanf。它还包括 STL 容器,如vector和algorithm。New features: unique_ptr, mt19937, shuffle.* Based on ArduinoSTL, this library includes important C++ functions, including cout and cin, printf and scanf. It also includes STL containers like vector and algorithm.
category=Other
url=https://github.com/Silver-Fang/ArduinoSTL
architectures=avr,megaavr
Expand Down
Loading

0 comments on commit 564ac2d

Please sign in to comment.