Just be aware of std::size and static C-strings--Marco Arena

An observation on using std::size & co with statically sized char arrays:

Just be aware of std::size and static C-strings

by Marco Arena

From the article:

C++17 added support for non-member std::size, std::empty and std::data. They are little gems for generic programming...

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.