GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | List of all members
ref_param< T > Class Template Reference

#include "lo-traits.h"

Public Types

typedef if_then_else
< is_class_type< T >::no, T, T
const & >::result 
type
 

Detailed Description

template<typename T>
class ref_param< T >

Definition at line 114 of file lo-traits.h.

Member Typedef Documentation

template<typename T>
typedef if_then_else<is_class_type<T>::no, T, T const&>::result ref_param< T >::type

Definition at line 118 of file lo-traits.h.


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