#include <utility>
Go to the source code of this file.
|
namespace | Gaudi |
| This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
|
|
namespace | Gaudi::details |
|
|
template<typename... lambda_ts> |
| Gaudi::details::overloaded_t (lambda_ts...) -> overloaded_t< lambda_ts... > |
|
template<typename... lambda_ts> |
auto | Gaudi::overload (lambda_ts &&... lambdas) |
|
template<typename... lambda_ts> |
auto | compose (lambda_ts &&... lambdas) |
|
◆ compose()
template<typename... lambda_ts>
auto compose |
( |
lambda_ts &&... | lambdas | ) |
|
Definition at line 45 of file compose.h.
45 {
47}
auto overload(lambda_ts &&... lambdas)