| ICP
    1
    | 
nice idea, but problems with return type... More...
#include <icputils.h>
| Public Member Functions | |
| sum_values () | |
| void | operator() (const T &val) | 
| operator T () | |
| Private Attributes | |
| T | sum | 
nice idea, but problems with return type...
can be passed to std::for_each to sum std::vector values
Definition at line 496 of file icputils.h.
| 
 | inline | 
Definition at line 501 of file icputils.h.
| 
 | inline | 
Definition at line 503 of file icputils.h.
References sum_values< T >::sum.
| 
 | inline | 
Definition at line 502 of file icputils.h.
References sum_values< T >::sum.
| 
 | private | 
Definition at line 499 of file icputils.h.
Referenced by sum_values< T >::operator T(), and sum_values< T >::operator()().
 1.8.5
 1.8.5