GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
ov-fcn-handle.h File Reference
#include "octave-config.h"
#include <iosfwd>
#include <list>
#include <memory>
#include <string>
#include "oct-map.h"
#include "ov-base.h"
#include "ov-fcn.h"
#include "ov-typeinfo.h"
#include "stack-frame.h"
#include "symscope.h"

Go to the source code of this file.

Classes

class  base_fcn_handle
 
class  octave_fcn_handle
 

Functions

bool is_equal_to (const octave_fcn_handle &fh1, const octave_fcn_handle &fh2)
 

Function Documentation

◆ is_equal_to()

bool is_equal_to ( const octave_fcn_handle fh1,
const octave_fcn_handle fh2 
)

Definition at line 378 of file ov-fcn-handle.cc.