Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Mul< T > Struct Template Reference

#include <elm/data/util.h>

Public Types

typedef T x_t
 
typedef T y_t
 

Public Member Functions

operator() (const T &a, const T &b) const
 

Static Public Attributes

static T null = _if<type_info<T>::is_scalar, scalar_one<T>, class_one<T> >::one()
 

Member Typedef Documentation

◆ x_t

typedef T x_t

◆ y_t

typedef T y_t

Member Function Documentation

◆ operator()()

T operator() ( const T &  a,
const T &  b 
) const
inline

Member Data Documentation

◆ null

T null = _if<type_info<T>::is_scalar, scalar_one<T>, class_one<T> >::one()
static

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