shark::IdentityFitnessExtractor Struct Reference

Functor that returns its argument without conversion. More...

#include <shark/Algorithms/DirectSearch/FitnessExtractor.h>

Public Member Functions

template<typename Member >
const Member & operator() (const Member &member) const
 

Detailed Description

Functor that returns its argument without conversion.

Definition at line 42 of file FitnessExtractor.h.

Member Function Documentation

§ operator()()

template<typename Member >
const Member& shark::IdentityFitnessExtractor::operator() ( const Member &  member) const
inline

Definition at line 44 of file FitnessExtractor.h.


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