Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__functional/
H A Dmem_fun_ref.h31 _LIBCPP_INLINE_VISIBILITY explicit mem_fun_t(_Sp (_Tp::*__p)()) in mem_fun_t() function
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_function.h531 explicit mem_fun_t(_Ret (_Tp::*__pf)()) : _M_f(__pf) {} in mem_fun_t() function
612 explicit mem_fun_t(void (_Tp::*__pf)()) : _M_f(__pf) {} in mem_fun_t() function
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_function.h587 mem_fun_t(_Ret (_Tp::*__pf)()) in mem_fun_t() function