dune-istl
2.7.0
|
#include <dune/common/typetraits.hh>
#include <memory>
Go to the source code of this file.
Classes | |
struct | Dune::exists< T > |
struct | Dune::DefaultAllocatorTraits< T, typename > |
struct | Dune::DefaultAllocatorTraits< T, void_t< typename T::allocator_type > > |
struct | Dune::AllocatorTraits< T > |
Namespaces | |
Dune | |
Typedefs | |
template<typename T > | |
using | Dune::AllocatorType = typename AllocatorTraits< T >::type |
template<typename T , typename X > | |
using | Dune::ReboundAllocatorType = typename AllocatorTraits< T >::type::template rebind< X >::other |