Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__functional/
H A Dmem_fun_ref.h139 _LIBCPP_INLINE_VISIBILITY explicit const_mem_fun_ref_t(_Sp (_Tp::*__p)() const) in const_mem_fun_ref_t() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_function.h561 explicit const_mem_fun_ref_t(_Ret (_Tp::*__pf)() const) : _M_f(__pf) {} in const_mem_fun_ref_t() function
642 explicit const_mem_fun_ref_t(void (_Tp::*__pf)() const) : _M_f(__pf) {} in const_mem_fun_ref_t() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_function.h635 const_mem_fun_ref_t(_Ret (_Tp::*__pf)() const) in const_mem_fun_ref_t() function