7 #ifndef IDENTITY_PREDICATE_HPP_ 8 #define IDENTITY_PREDICATE_HPP_ 15 template<
class T>
struct Identity :
public std::unary_function<T,T> {
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11
T const & operator()(T const &x) const
Definition: identity_predicate.hpp:16
T & operator()(T &x) const
Definition: identity_predicate.hpp:17
why is it not in STL?
Definition: identity_predicate.hpp:15