The Gaudi Framework
v36r9p1 (5c15b2bb)
ListTransformer.h
Go to the documentation of this file.
1
/***********************************************************************************\
2
* (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3
* *
4
* This software is distributed under the terms of the Apache version 2 licence, *
5
* copied verbatim in the file "LICENSE". *
6
* *
7
* In applying this licence, CERN does not waive the privileges and immunities *
8
* granted to it by virtue of its status as an Intergovernmental Organization *
9
* or submit itself to any jurisdiction. *
10
\***********************************************************************************/
11
#ifndef LISTS_TRANSFORMER_H
12
#define LISTS_TRANSFORMER_H
13
14
#include "
GaudiAlg/MergingTransformer.h
"
15
16
namespace
Gaudi
{
17
namespace
Functional {
18
template
<
typename
Container>
19
using
vector_of_
= details::template
vector_of_const_<Container>
;
20
template
<
typename
Signature,
typename
Traits_ = Traits::useDefaults>
21
struct
[[deprecated( "use
MergingTransformer
instead" )]]
ListTransformer
:
MergingTransformer
<Signature, Traits_> {
22
using
MergingTransformer<Signature, Traits_>::MergingTransformer
;
23
};
24
}
// namespace Functional
25
}
// namespace Gaudi
26
27
#endif
Gaudi::Functional::details::vector_of_const_
Definition:
FunctionalDetails.h:294
Gaudi::Functional::vector_of_
details::template vector_of_const_< Container > vector_of_
Definition:
ListTransformer.h:19
Gaudi::Functional::details::MergingTransformer
Definition:
MergingTransformer.h:50
Gaudi
Header file for std:chrono::duration-based Counters.
Definition:
__init__.py:1
Gaudi::Functional::ListTransformer
Definition:
ListTransformer.h:21
MergingTransformer.h
GaudiAlg
include
GaudiAlg
ListTransformer.h
Generated on Fri Feb 3 2023 18:02:51 for The Gaudi Framework by
1.8.18