#include <Log.h>
Public Member Functions | |
LogStruct (const T &t) | |
double | operator() () const |
Public Attributes | |
T | _ |
funct::LogStruct< T >::LogStruct | ( | const T & | t | ) | [inline] |
double funct::LogStruct< T >::operator() | ( | ) | const [inline] |
Definition at line 11 of file Log.h.
References funct::LogStruct< T >::_, and funct::log().
{ return ::log(_()); }
T funct::LogStruct< T >::_ |
Definition at line 12 of file Log.h.
Referenced by funct::LogStruct< T >::operator()().