IdentityFunction< T > Struct Template Reference

#include <fstext-utils-inl.h>

Public Types

typedef T Arg
 
typedef T Result
 

Public Member Functions

operator() (const T &t) const
 

Detailed Description

template<class T>
struct fst::IdentityFunction< T >

Definition at line 453 of file fstext-utils-inl.h.

Member Typedef Documentation

◆ Arg

typedef T Arg

Definition at line 454 of file fstext-utils-inl.h.

◆ Result

typedef T Result

Definition at line 455 of file fstext-utils-inl.h.

Member Function Documentation

◆ operator()()

T operator() ( const T &  t) const
inline

Definition at line 456 of file fstext-utils-inl.h.

456 { return t; }

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