Home
last modified time | relevance | path

Searched defs:unary_function (Results 1 – 5 of 5) 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
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_function.h105 struct unary_function in _GLIBCXX_VISIBILITY() struct
108 typedef _Arg argument_type; in _GLIBCXX_VISIBILITY()
111 typedef _Result result_type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_function.h117 struct unary_function in _GLIBCXX_VISIBILITY() struct
120 typedef _Arg argument_type; in _GLIBCXX_VISIBILITY()
123 typedef _Result result_type; in _GLIBCXX_VISIBILITY()
/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