![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <Operator.hpp>
Public Types | |
using | super = std::conditional_t< C, ConstOperatorVisitor, OperatorVisitor > |
template<typename T > | |
using | Const = typename super::template Const< T > |
Public Member Functions | |
void | operator() (Const< Operator > &op) override |
Definition at line 580 of file Operator.hpp.
using m::M_OPERATOR_LIST::ThePreOrderOperatorVisitor< C >::Const = typename super::template Const<T> |
Definition at line 583 of file Operator.hpp.
using m::M_OPERATOR_LIST::ThePreOrderOperatorVisitor< C >::super = std::conditional_t<C, ConstOperatorVisitor, OperatorVisitor> |
Definition at line 582 of file Operator.hpp.
|
inlineoverride |
Definition at line 584 of file Operator.hpp.