libDAI
Public Member Functions | List of all members
dai::fo_id< T > Struct Template Reference

Function object that returns the value itself. More...

#include <dai/prob.h>

Inherits unary_function< T, T >.

Public Member Functions

operator() (const T &x) const
 Returns x. More...
 

Detailed Description

template<typename T>
struct dai::fo_id< T >

Function object that returns the value itself.

Member Function Documentation

template<typename T >
T dai::fo_id< T >::operator() ( const T &  x) const
inline

Returns x.


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