Adapter to inherit from, allowing the inheriting class to be wrapped by the makeFluidMatrixInteraction function.
#include <dumux/material/fluidmatrixinteractions/fluidmatrixinteraction.hh>
|
| template<class T , std::enable_if_t< std::is_same_v< A, std::decay_t< T > >, int > = 0> |
| auto | wrap (T &&t) |
| |
◆ wrap
template<class A , template< class > class Wrapper>
template<class T , std::enable_if_t< std::is_same_v< A, std::decay_t< T > >, int > = 0>
The documentation for this struct was generated from the following file: