cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
Classes
11-decay.hpp File Reference

Implementation of std::decay. More...

Classes

struct  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. More...
 

Detailed Description

Implementation of std::decay.