Itasca C++ Interface
Loading...
Searching...
No Matches
Public Types | List of all members
set_constness_of< T >::by< U > Struct Template Reference

Public Types

using type
 

Member Typedef Documentation

◆ type

template<typename T >
template<typename U >
using set_constness_of< T >::by< U >::type
Initial value:
typename std::conditional<
std::is_const<U>::value,
typename std::add_const<T>::type,
typename std::remove_const<T>::type
>::type

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