Monday, October 23, 2017

C++17: Uniform container access

C++17 added the non-member functions empty(), size(), and data(). These functions provide uniform access to C++ Library Containers.

References:

No comments:

Post a Comment