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

Public Types

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

Public Member Functions

 CopyConst ()=default
 

Detailed Description

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

Definition at line 44 of file List.h.

Member Typedef Documentation

◆ type

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

Definition at line 48 of file List.h.

Constructor & Destructor Documentation

◆ CopyConst()

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