Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Vector{
- static Vector OfSize(size_t sz){
- ...???
- }
- static Vector Reserved(size_t sz){
- ...???
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement