dune-common  2.6-git
Modules
Here is a list of all modules:
[detail level 123]
 ▼CommonFoundation classes
 AllocatorsImplementations of the STL allocator concept
 ▼UtilitiesCollection of helper classes, type traits, etc
 Filesystem PathsUtilities for filesystem path management
 Range UtilitiesUtilities for reduction like operations on ranges
 String UtilitiesUtility functions for std::string
 Tuple UtilitiesUtility classes which can be used with std::tuple
 Type UtilitiesType traits, overload helpers, and other utilities for type computations
 Hybrid UtilitiesHybrid utility functions that work on homogeneous as well as heterogeneous containers
 C++ utilities and backportsStandard library features backported from newer C++ versions or technical specifications and DUNE-specific utilities
 C++ conceptsConcepts built on top of C++14
 ▼NumbersClass implementing different number representations and helper functions
 FloatCmp
 ▼Debug output
 Standard Debug Streams
 Dense Matrix and Vector Template LibraryType traits to retrieve the field and the real type of classes
 Exception handling
 ▼Iterator facadesIterator facades for writing stl conformant iterators
 GenericIteratorGeneric Iterator class for writing stl conformant iterators for any container class with operator[]
 Parallel CommunicationAbstractions for parallel computing
 Common_Parallel