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
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.
StatusCode parse(DataObjID &dest, const std::string &src)
constexpr static const auto FAILURE
Helper functions to set/get the application return code.