Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dpointer_to_unary_function.h30 _LIBCPP_HIDE_FROM_ABI explicit pointer_to_unary_function(_Result (*__f)(_Arg)) : __f_(__f) {} in pointer_to_unary_function()
36 ptr_fun(_Result (*__f)(_Arg)) { in ptr_fun()