Decays CV and reference qualifiers same as std::decay, but also decays std::reference_wrapper to its underlying type. More...
#include <wrap.h>
Decays CV and reference qualifiers same as std::decay, but also decays std::reference_wrapper to its underlying type.
Public Types | |
using | type = std::decay_t< T > |
using molpro::linalg::itsolv::decay< T >::type = std::decay_t<T> |