Audacity 3.2.0
Public Member Functions | List of all members
IteratorRange< Iterator >::identity< T > Struct Template Reference

#include <IteratorX.h>

Public Member Functions

const T && operator() (T &&v) const
 

Detailed Description

template<typename Iterator>
template<typename T>
struct IteratorRange< Iterator >::identity< T >

Definition at line 102 of file IteratorX.h.

Member Function Documentation

◆ operator()()

template<typename Iterator >
template<typename T >
const T && IteratorRange< Iterator >::identity< T >::operator() ( T &&  v) const
inline

Definition at line 103 of file IteratorX.h.

103{ const T&& operator () (T &&v) const { return std::forward(v); } };
const T && operator()(T &&v) const
Definition: IteratorX.h:103

References IteratorRange< Iterator >::identity< T >::operator()().

Referenced by IteratorRange< Iterator >::identity< T >::operator()().

Here is the call graph for this function:
Here is the caller graph for this function:

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