KSeExpr  4.0.4.0
Public Types | List of all members
KSeExpr::conditional_const< T, constnode > Struct Template Reference

#include <ExprWalker.h>

Public Types

using type = typename std::conditional< constnode, typename std::add_const< T >::type, T >::type
 

Detailed Description

template<class T, bool constnode>
struct KSeExpr::conditional_const< T, constnode >

Definition at line 13 of file ExprWalker.h.

Member Typedef Documentation

◆ type

template<class T , bool constnode>
using KSeExpr::conditional_const< T, constnode >::type = typename std::conditional<constnode, typename std::add_const<T>::type, T>::type

Definition at line 14 of file ExprWalker.h.


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