VCCC  2024.05
VisualCamp Common C++ library
copy_cvref< From, To > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__type_traits/copy_cvref.hpp>

Detailed Description

template<typename From, typename To>
struct vccc::copy_cvref< From, To >

copy_cvref

Template Parameters
From
To

Public Types

using type = copy_reference_t< From, copy_cv_t< From, To > >
 

Member Typedef Documentation

◆ type

using type = copy_reference_t<From, copy_cv_t<From, To> >

The documentation for this struct was generated from the following file: