◆ type
template<typename T > 
template<typename U > 
      
 
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:
- C:/Source/itasca-suite/common/base/src/to.h