Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__functional/
H A Dunary_function.h23 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function struct
42 using __unary_function = unary_function<_Arg, _Result>; argument
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_function.h102 struct unary_function struct
104 typedef _Arg argument_type; ///< @c argument_type is the type of the
107 typedef _Result result_type; ///< @c result_type is the return type
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_function.h102 struct unary_function { struct
103 …typedef _Arg argument_type; ///< @c argument_type is the type of the argument (no surprises here)
104 typedef _Result result_type; ///< @c result_type is the return type