dune-istl 2.9.1
|
#include <memory>
#include <type_traits>
#include <dune/common/typetraits.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Typedefs | |
template<typename T > | |
using | Dune::AllocatorType = typename AllocatorTraits<T>::type |
template<typename T , typename X > | |
using | Dune::ReboundAllocatorType = typename std::allocator_traits<typename AllocatorTraits<T>::type>::template rebind_alloc<X> |