Class template Dune::XT::Common::concatenate_container

template<typename T>
class Dune::XT::Common::concatenate_container<T>

binary reduction that concatenates two associative containers by inserting the entries of b into a copy of a

Method Dune::XT::Common::concatenate_container::operator()

template<typename T>
T Dune::XT::Common::concatenate_container<T>::operator()(const T &a, const T &b)

No documentation provided.