The Gaudi Framework  master (50fc5a74)
Loading...
Searching...
No Matches
zip.h File Reference
#include <GaudiKernel/System.h>
#include <GaudiKernel/GaudiException.h>
#include <sstream>
#include <utility>
#include <range/v3/view/const.hpp>
#include <range/v3/view/zip.hpp>
Include dependency graph for zip.h:
This graph shows which files directly or indirectly include this file:

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
 
namespace  Gaudi::Functional::details::zip
 

Functions

template<typename OS, typename Arg>
OS & Gaudi::Functional::details::zip::printSizes (OS &out, Arg &&arg)
 Print the parameter.
 
template<typename OS, typename Arg, typename... Args>
requires ( sizeof...( Args ) > 0 )
OS & Gaudi::Functional::details::zip::printSizes (OS &out, Arg &&arg, Args &&... args)
 Print the parameters.
 
template<typename A, typename... Rest>
bool Gaudi::Functional::details::zip::check_sizes (const A &first, const Rest &... rest) noexcept
 Compare sizes of 1 or more containers.
 
template<typename... Args>
decltype(auto) Gaudi::Functional::details::zip::verifySizes (Args &... args)
 Verify the data container sizes have the same sizes.
 
template<typename... Args>
decltype(auto) Gaudi::Functional::details::zip::range (Args &&... args)
 Zips multiple containers together to form a single range.
 
template<typename... Args>
decltype(auto) Gaudi::Functional::details::zip::const_range (Args &&... args)
 Zips multiple containers together to form a single const range.