mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add comment on trailing return type with decltype that is used for detecting the existence of setUseFixedOrder member function
This commit is contained in:
parent
5b50a4801f
commit
74608147c0
@ -95,6 +95,7 @@ struct AMGSmootherArgsHelper<Opm::ParallelOverlappingILU0<M,V,V,C>>
|
||||
};
|
||||
|
||||
|
||||
// trailing return type with decltype used for detecting existence of setUseFixedOrder member function by overloading the setUseFixedOrder function
|
||||
template <typename C>
|
||||
auto setUseFixedOrder(C criterion, bool booleanValue) -> decltype(criterion.setUseFixedOrder(booleanValue))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user