Tuesday, 1 October 2013

C++14 std::dynarray vs std::vector – stackoverflow.com

C++14 std::dynarray vs std::vector – stackoverflow.com

C++14 presents std::dynarray: std::dynarray is a sequence container that
encapsulates arrays with a size that is fixed at construction and does not
change throughout the lifetime of the ...

No comments:

Post a Comment