mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
m::consumer Concept Reference

#include <PhysicalOptimizer.hpp>

Concept definition

template<typename T>
concept m::consumer = std::is_base_of_v<Consumer, T>

Detailed Description

Definition at line 33 of file PhysicalOptimizer.hpp.