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