![]() |
The Gaudi Framework
master (e98cfcff)
|


Go to the source code of this file.
Namespaces | |
| 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::Functional |
| namespace | Gaudi::Functional::details |
Concepts | |
| concept | Gaudi::Functional::details::is_void_fun |
Typedefs | |
| template<typename Signature, typename Traits_ = Traits::useDefaults> | |
| using | Gaudi::Functional::MergingTransformer = details::MergingTransformer<Signature, Traits_, details::isLegacy<Traits_>> |
| template<details::is_void_fun Signature, typename Traits_ = Traits::useDefaults> | |
| using | Gaudi::Functional::MergingConsumer = details::MergingTransformer<Signature, Traits_, details::isLegacy<Traits_>> |
Variables | |
| template<typename Sig> | |
| constexpr bool | Gaudi::Functional::details::is_void_fun_v = false |
| template<typename... Args> | |
| constexpr bool | Gaudi::Functional::details::is_void_fun_v< void(Args...)> = true |