Lolly 1.4.27
Loading...
Searching...
No Matches
Public Member Functions | List of all members
unary_function< T, S > Class Template Reference

#include <unary_function.hpp>

Public Member Functions

 ABSTRACT_NULL_TEMPLATE_2 (unary_function, T, S)
 
operator() (const S &arg)
 

Detailed Description

template<typename T, typename S>
class unary_function< T, S >

Definition at line 30 of file unary_function.hpp.

Member Function Documentation

◆ ABSTRACT_NULL_TEMPLATE_2()

template<typename T , typename S >
unary_function< T, S >::ABSTRACT_NULL_TEMPLATE_2 ( unary_function< T, S > ,
T ,
S  )

◆ operator()()

template<typename T , typename S >
T unary_function< T, S >::operator() ( const S & arg)
inline

Definition at line 38 of file unary_function.hpp.

38 {
39 return rep->eval (arg);
40}
The list class represents a linked list.
Definition list.hpp:48
base class of resources
Definition resource.hpp:23

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