souffle
2.0.2-371-g6315b36
|
A type trait determining whether a given type is a visitor or not. More...
#include <Visitor.h>
Static Public Attributes | |
static constexpr size_t | value = std::is_base_of<ast_visitor_tag, T>::value |
A type trait determining whether a given type is a visitor or not.
|
staticconstexpr |
Definition at line 307 of file Visitor.h.
Referenced by souffle::ast::detail::makeLambdaVisitor().