Class muda::ViewBase
template <bool IsConst_>
Public Types
Type | Name |
---|---|
typedef std::conditional_t< IsConst, const T, T > | auto_const_t |
typedef std::enable_if_t< IsNonConst, T > | non_const_enable_t |
Public Static Attributes
Type | Name |
---|---|
constexpr bool | IsConst = = IsConst_ |
constexpr bool | IsNonConst = = !IsConst_ |
Public Types Documentation
typedef auto_const_t
typedef non_const_enable_t
Public Static Attributes Documentation
variable IsConst
variable IsNonConst
The documentation for this class was generated from the following file src/muda/view/view_base.h