The Gaudi Framework  v36r16 (ea80daf8)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 
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_> {
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