Transparent functor that returns its argument just as passed. More...
#include <fromFutureImport.h>
Classes | |
struct | is_transparent |
Public Member Functions | |
template<typename T > | |
constexpr T && | operator() (T &&t) const noexcept |
Transparent functor that returns its argument just as passed.
Definition at line 36 of file fromFutureImport.h.
|
inlinenoexcept |
Definition at line 41 of file fromFutureImport.h.