cxxomfort  rel.20211024
Simple backports for C++ - https://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.

C++11 Backports:
Performs implicit decay conversions on a type.
See also
https://en.cppreference.com/w/cpp/types/decay

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