Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__functional/
H A Dmem_fun_ref.h151 _LIBCPP_INLINE_VISIBILITY explicit const_mem_fun1_ref_t(_Sp (_Tp::*__p)(_Ap) const) in const_mem_fun1_ref_t() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_function.h602 explicit const_mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg) const) : _M_f(__pf) {} in const_mem_fun1_ref_t() function
685 explicit const_mem_fun1_ref_t(void (_Tp::*__pf)(_Arg) const) : _M_f(__pf) {} in const_mem_fun1_ref_t() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_function.h699 const_mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg) const) in const_mem_fun1_ref_t() function