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

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