OTB  9.0.0
Orfeo Toolbox
Public Types | List of all members
otb::RetrieveOperator< T > Struct Template Reference

#include <otbFunctorImageFilter.h>

Public Types

using Type = decltype(&T::operator())
 

Detailed Description

template<typename T>
struct otb::RetrieveOperator< T >

Struct to retrieve the operator type.

Template Parameters
Tthe type to retrieve operator() from

Definition at line 169 of file otbFunctorImageFilter.h.

Member Typedef Documentation

◆ Type

template<typename T >
using otb::RetrieveOperator< T >::Type = decltype(&T::operator())

Definition at line 172 of file otbFunctorImageFilter.h.


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