#include "SumSecondFunction.h"
|
_Value | operator() (const _Value &value, const std::pair< _Key, _Value > &entry) const |
|
template<typename _Key, typename _Value, typename _BinaryOperation = std::plus<_Value>>
struct util::SumSecondFunction< _Key, _Value, _BinaryOperation >
Definition at line 31 of file SumSecondFunction.h.
template<typename _Key , typename _Value , typename _BinaryOperation = std::plus<_Value>>
_Value util::SumSecondFunction< _Key, _Value, _BinaryOperation >::operator() |
( |
const _Value & |
value, |
|
|
const std::pair< _Key, _Value > & |
entry |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: