waLBerla 7.3
Loading...
Searching...
No Matches
STLOverloads.h File Reference

Detailed Description

#include <mesa_pd/data/DataTypes.h>
#include <map>
#include <set>
#include <unordered_set>
#include <unordered_map>
#include <vector>

Namespaces

namespace  walberla
 Storage for detected contacts which can be used to perform actions for all contacts, e.g.
namespace  walberla::mesa_pd
namespace  walberla::mesa_pd::data

Functions

template<typename Type>
std::ostream & walberla::mesa_pd::data::operator<< (std::ostream &os, const std::vector< Type > &v)
template<typename Key, typename T, typename Compare, typename Allocator>
std::ostream & walberla::mesa_pd::data::operator<< (std::ostream &os, const std::map< Key, T, Compare, Allocator > &m)
template<typename Key, typename Compare, typename Allocator>
std::ostream & walberla::mesa_pd::data::operator<< (std::ostream &os, const std::set< Key, Compare, Allocator > &m)
template<typename Key, typename T, typename Compare, typename Allocator>
std::ostream & walberla::mesa_pd::data::operator<< (std::ostream &os, const std::unordered_map< Key, T, Compare, Allocator > &m)
template<typename Key, typename Compare, typename Allocator>
std::ostream & walberla::mesa_pd::data::operator<< (std::ostream &os, const std::unordered_set< Key, Compare, Allocator > &m)