MUDA
Loading...
Searching...
No Matches
muda::ViewBase< IsConst_ > Class Template Reference

Public Types

template<typename T >
using auto_const_t = std::conditional_t< IsConst, const T, T >
 
template<typename T >
using non_const_enable_t = std::enable_if_t< IsNonConst, T >
 

Static Public Attributes

static constexpr bool IsConst = IsConst_
 
static constexpr bool IsNonConst = !IsConst_
 

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