1#ifndef DCHAIN_DCUNARYADAPTER_H
2#define DCHAIN_DCUNARYADAPTER_H
39class DCUnaryAdapter :
public std::unary_function<typename TFunc::argument_type,
40 typename TFunc::result_type >
60 return (*m_func)(iArg);
DCUnaryAdapter(TFunc &iFunc)
DCUnaryAdapter(TFunc *iFunc)
TFunc::argument_type argument_type
result_type operator()(argument_type iArg) const
TFunc::result_type result_type