rippled
Public Types | Public Member Functions | List of all members
beast::detail::CopyConst< T, U > Struct Template Reference

Copy const attribute from T to U if present. More...

Public Types

using type = typename std::remove_const< U >::type
 

Public Member Functions

 CopyConst ()=default
 

Detailed Description

template<typename T, typename U>
struct beast::detail::CopyConst< T, U >

Copy const attribute from T to U if present.

Definition at line 36 of file List.h.

Member Typedef Documentation

◆ type

template<typename T , typename U >
using beast::detail::CopyConst< T, U >::type = typename std::remove_const<U>::type

Definition at line 40 of file List.h.

Constructor & Destructor Documentation

◆ CopyConst()

template<typename T , typename U >
beast::detail::CopyConst< T, U >::CopyConst ( )
explicitdefault