dune-common 2.9.0
|
Type free of internal references that T
can be converted to.
More...
#include <dune/common/typetraits.hh>
Public Types | |
using | type = T |
Type free of internal references that T
can be converted to.
This is the specialization point for AutonomousValue
and autoCopy()
.
If you need to specialize for a proxy type or similar, just specialize for the plain type. There are already specializations for reference-qualified and cv-qualified types that will just forward to your specialization.
type
should be constructible from T
. using Dune::AutonomousValueType< T >::type = T |