26 #if defined (HAVE_CONFIG_H)
47 a1.is_sq_string () ?
'\'' :
'"');
73 OCTAVE_END_NAMESPACE(
octave)
ComplexNDArray concat(NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx)
octave_value convert_to_str_internal(bool, bool, char type) const
charNDArray char_array_value(bool frc_str_conv=false) const
octave_value & assign(assign_op op, const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
const octave_base_value & a2
return octave_value(v1.char_array_value() . concat(v2.char_array_value(), ra_idx),((a1.is_sq_string()||a2.is_sq_string()) ? '\'' :'"'))
const octave_char_matrix & v2
void install_str_m_ops(octave::type_info &ti)
#define DEFASSIGNOP(name, t1, t2)
#define OCTAVE_CAST_BASE_VALUE(T, T_VAL, BASE_VAL)
#define INSTALL_CATOP_TI(ti, t1, t2, f)
#define INSTALL_ASSIGNOP_TI(ti, op, t1, t2, f)
#define DEFNDCHARCATOP_FN(name, t1, t2, f)