The Gaudi Framework  master (e98cfcff)
Loading...
Searching...
No Matches
SplittingMergingTransformer.h File Reference
#include "details.h"
#include "utilities.h"
#include <optional>
#include <vector>
Include dependency graph for SplittingMergingTransformer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Gaudi::Functional::details::SplittingMergingTransformer< vector_of_< Out >(const Args &...), Traits_ >
 

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
 

Typedefs

template<typename Container>
using Gaudi::Functional::vector_of_ = std::vector<Container>
 
template<typename Container>
using Gaudi::Functional::vector_of_optional_ = std::vector<std::optional<Container>>
 
template<typename Signature, typename Traits_ = Traits::useDefaults>
using Gaudi::Functional::SplittingMergingTransformer = details::SplittingMergingTransformer<Signature, Traits_>