Loading [MathJax]/extensions/TeX/AMSsymbols.js
Template Numerical Library version\ main:be918e6f
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
TNL::copy_const< Target >::from< Source > Struct Template Reference

Public Types

using type
 

Member Typedef Documentation

◆ type

template<typename Target>
template<typename Source>
using TNL::copy_const< Target >::from< Source >::type
Initial value:
std::conditional_t<
std::is_const_v< Source >,
std::add_const_t< Target >, Target >

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