LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 37 of file fromFutureImport.h.

Member Function Documentation

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

Definition at line 42 of file fromFutureImport.h.

43  {
44  return std::forward<T>(t);
45  }

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