GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "functor.h"
Public Member Functions | |
functor_with_conversion (fcn_ptr_type p) | |
CT | operator() (PT arg) |
Private Types | |
typedef fcn_ptr< RT, PT >::TYPE | fcn_ptr_type |
Private Attributes | |
fcn_ptr_type | fptr |
|
private |
|
inline |
|
inline |
|
private |