Image Component Library (ICL)
Public Member Functions | List of all members
icl::utils::FunctionImpl< R, A, NO_ARG > Struct Template Referenceabstract

Special Implementation for unary functions. More...

#include <Function.h>

Public Member Functions

virtual R operator() (A a) const =0
 function interface More...
 
virtual ~FunctionImpl ()
 

Detailed Description

template<class R, class A>
struct icl::utils::FunctionImpl< R, A, NO_ARG >

Special Implementation for unary functions.

See also
FUNCTION_SECTION

Constructor & Destructor Documentation

◆ ~FunctionImpl()

template<class R , class A >
virtual icl::utils::FunctionImpl< R, A, NO_ARG >::~FunctionImpl ( )
inlinevirtual

Member Function Documentation

◆ operator()()

template<class R , class A >
virtual R icl::utils::FunctionImpl< R, A, NO_ARG >::operator() ( a) const
pure virtual

function interface


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