![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include "vccc/__type_traits/type_identity.hpp"Go to the source code of this file.
Classes | |
| struct | copy_template< From< T... >, To, Proj > |
Namespaces | |
| vccc | |
Typedefs | |
| template<typename From , template< typename... > class To, template< typename, typename... > class Proj = type_identity_t> | |
| using | copy_template_t = typename copy_template< From, To, Proj >::type |