Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libcxx/include/__functional/
Dunary_function.h24 struct _LIBCPP_TEMPLATE_VIS unary_function struct
26 typedef _Arg argument_type;
27 typedef _Result result_type;
/freebsd-12-stable/contrib/libstdc++/include/bits/
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