1 #ifndef GAUDIKERNEL_BOOSTARRAYASPROPERTY_H 2 #define GAUDIKERNEL_BOOSTARRAYASPROPERTY_H 1 12 #include "boost/array.hpp" 30 template <
class ITERATOR>
46 template <
class TYPE, std::
size_t N>
48 return toStream( obj.begin(), obj.end(),
s,
"( ",
" )",
" , " );
72 template <
class TYPE, std::
size_t N>
82 std::copy( tmp.begin(), tmp.end(), result.begin() );
93 #endif // GAUDIKERNEL_BOOSTARRAYASPROPERTY_H
std::ostream & toStream(ITERATOR first, ITERATOR last, std::ostream &s, const std::string &open, const std::string &close, const std::string &delim)
the helper function to print the sequence
constexpr static const auto SUCCESS
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
The declaration of major parsing functions used e.g for (re)implementation of new extended properties...
This class is used for returning status codes from appropriate routines.
constexpr static const auto FAILURE
Header file for std:chrono::duration-based Counters.