CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Static Public Member Functions
funct::Log< T > Struct Template Reference

#include <Log.h>

Public Types

typedef LogStruct< Ttype
 

Static Public Member Functions

static type compose (const T &t)
 

Detailed Description

template<typename T>
struct funct::Log< T >

Definition at line 16 of file Log.h.

Member Typedef Documentation

template<typename T >
typedef LogStruct<T> funct::Log< T >::type

Definition at line 17 of file Log.h.

Member Function Documentation

template<typename T >
static type funct::Log< T >::compose ( const T t)
inlinestatic

Definition at line 18 of file Log.h.

Referenced by funct::log().

18 { return type(t); }
LogStruct< T > type
Definition: Log.h:17