Template Struct arg_type

Struct Documentation

template<typename T>
struct arg_type

Mangle type to best pass as an argument.

POD types passed by value. All others by const reference.

Public Types

typedef const T &type