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

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

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

T Dune::XT::Common::concatenate_container::operator()(const T &a, const T &b)

No documentation provided.