TupleObj.h GaudiAlg/TupleObj.h namespace with few technical implementations.
More...
|
template<typename... lambda_ts> |
composer_t< std::decay_t< lambda_ts >... > | compose (lambda_ts &&...lambdas) |
|
TupleObj.h GaudiAlg/TupleObj.h namespace with few technical implementations.
- Author
- Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@i.nosp@m.tep..nosp@m.ru
- Date
- 2004-01-23
template<typename... lambda_ts>
composer_t<std::decay_t<lambda_ts>...> detail::compose |
( |
lambda_ts &&... |
lambdas | ) |
|
Definition at line 72 of file FunAdapters.h.
74 return {std::forward<lambda_ts>( lambdas )...};
auto detail::dispatch_variant |
Initial value:= []( auto&& variant, auto&&... lambdas ) -> decltype( auto ) {
}
composer_t< std::decay_t< lambda_ts >... > compose(lambda_ts &&...lambdas)
Definition at line 77 of file FunAdapters.h.