GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
fcn_ptr< RT, PT > Class Template Reference

#include "functor.h"

Public Types

typedef RT(* TYPE) (PT)
 

Detailed Description

template<typename RT, typename PT>
class fcn_ptr< RT, PT >

Definition at line 29 of file functor.h.

Member Typedef Documentation

◆ TYPE

template<typename RT , typename PT >
typedef RT(* fcn_ptr< RT, PT >::TYPE) (PT)

Definition at line 32 of file functor.h.


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