GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
op-str-str.cc File Reference
#include "errwarn.h"
#include "ovl.h"
#include "ov.h"
#include "ov-str-mat.h"
#include "ov-typeinfo.h"
#include "ov-null-mat.h"
#include "ops.h"

Go to the source code of this file.

Macros

#define DEFCHARNDBINOP_FN(name, op, t1, t2, e1, e2, f)
 

Functions

void install_str_str_ops (octave::type_info &ti)
 

Macro Definition Documentation

◆ DEFCHARNDBINOP_FN

#define DEFCHARNDBINOP_FN (   name,
  op,
  t1,
  t2,
  e1,
  e2,
  f 
)

Definition at line 55 of file op-str-str.cc.

Function Documentation

◆ install_str_str_ops()

void install_str_str_ops ( octave::type_info &  ti)

Definition at line 116 of file op-str-str.cc.

References INSTALL_UNOP_TI, and op_transpose().

Referenced by install_ops().