template-project-cpp
Loading...
Searching...
No Matches
helpers.hpp
1
namespace
tpcpp
{
2
20
template
<
class
... Ts>
struct
OpCollector
: Ts... {
21
using
Ts::operator()...;
22
};
23
24
// to make ccls happy
25
template
<
class
... Ts>
OpCollector
(Ts...) ->
OpCollector
<Ts...>;
26
27
}
// namespace tpcpp
tpcpp
All tpcpp classes are placed in this namespace.
Definition
Exceptions.hpp:6
tpcpp::OpCollector
Helper class to collect call operators from all lambdas.
Definition
helpers.hpp:20
inc
visitors
helpers.hpp
Generated by
1.12.0