VCCC  2024.05
VisualCamp Common C++ library
decay_copy.hpp File Reference
#include <type_traits>

Go to the source code of this file.

Macros

#define vccc_decay_copy(x)   std::decay_t<decltype(x)>(x)
 

Macro Definition Documentation

◆ vccc_decay_copy

#define vccc_decay_copy (   x)    std::decay_t<decltype(x)>(x)