cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
decay< T > Struct Template Reference

Given a type, applies the same transformations as the ones used in the language for implicit conversion at call site: array-to-pointer, function-to-pointer and loss of reference. More...

Detailed Description

template<typename T>
struct std::decay< T >

Given a type, applies the same transformations as the ones used in the language for implicit conversion at call site: array-to-pointer, function-to-pointer and loss of reference.

See also
https://en.cppreference.com/w/cpp/types/decay

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