template-project-cpp
|
Helper class to collect call operators from all lambdas. More...
#include <visitors/helpers.hpp>
Helper class to collect call operators from all lambdas.
Use this class with std::visit
, in the following way:
OpCollector
also works with n-ary operators. For example: Definition at line 20 of file helpers.hpp.