VCCC  2024.05
VisualCamp Common C++ library
resize.hpp File Reference

Go to the source code of this file.

Namespaces

 vccc
 

Functions

template<int new_size, typename T , typename = void_t<decltype(std::declval<T>().resize(new_size))>>
decltype(auto) resize (T &&t)
 returns any resized resizable type More...