MCPcopy Create free account
hub / github.com/PDAL/PDAL / BoolNode

Method BoolNode

filters/private/expr/Expression.cpp:131–133  ·  view source on GitHub ↗

Bool node

Source from the content-addressed store, hash-verified

129// Bool node
130//
131BoolNode::BoolNode(NodeType type, NodePtr left, NodePtr right) :
132 LogicalNode(type), m_left(std::move(left)), m_right(std::move(right))
133{}
134
135std::string BoolNode::print() const
136{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected