Home
last modified time | relevance | path

Searched defs:_Identity (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/libstdc++/include/bits/
Dstl_function.h530 struct _Identity : public unary_function<_Tp,_Tp> struct
533 operator()(_Tp& __x) const in operator()
537 operator()(const _Tp& __x) const in operator()