VCCC  2024.05
VisualCamp Common C++ library
copy_cv< 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_cv< From, To >

copy_cv

Template Parameters
From
To

Public Types

using type = copy_volatile_t< From, copy_const_t< From, To > >
 

Member Typedef Documentation

◆ type

using type = copy_volatile_t<From, copy_const_t<From, To> >

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