Class used by shared_ptr to deallocate memory using the proper allocator.
More...
#include <dune/istl/bcrsmatrix.hh>
template<class B, class A = std::allocator<B>>
class Dune::BCRSMatrix< B, A >::Deallocator
Class used by shared_ptr to deallocate memory using the proper allocator.
◆ Deallocator()
template<class B , class A = std::allocator<B>>
Dune::BCRSMatrix< B, A >::Deallocator::Deallocator |
( |
typename std::allocator_traits< A >::template rebind_alloc< size_type > & |
sizeAllocator | ) |
|
|
inline |
◆ operator()()
template<class B , class A = std::allocator<B>>
The documentation for this class was generated from the following file: