Classes | Public Member Functions | List of all members
util::pre_std::identity Struct Reference

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
 

Detailed Description

Transparent functor that returns its argument just as passed.

Definition at line 36 of file fromFutureImport.h.

Member Function Documentation

template<typename T >
constexpr T&& util::pre_std::identity::operator() ( T &&  t) const
inlinenoexcept

Definition at line 41 of file fromFutureImport.h.

42  { return std::forward<T>(t); }

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