dune-istl 2.8.0
Public Member Functions | List of all members
Dune::BCRSMatrix< B, A >::Deallocator Class Reference

Class used by shared_ptr to deallocate memory using the proper allocator. More...

#include <dune/istl/bcrsmatrix.hh>

Public Member Functions

 Deallocator (typename std::allocator_traits< A >::template rebind_alloc< size_type > &sizeAllocator)
 
void operator() (size_type *p)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ operator()()

template<class B , class A = std::allocator<B>>
void Dune::BCRSMatrix< B, A >::Deallocator::operator() ( size_type p)
inline

The documentation for this class was generated from the following file: