Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/
Ddecltype.hpp421 struct memfun struct
423 typedef typename uncvref<PMF>::type pmf_type;
424 typedef typename class_member_traits<pmf_type>::class_type V;
425 typedef typename class_member_traits<pmf_type>::result_type result_type;
427 memfun(T t, pmf_type p) in memfun() function
432 result_type operator()() const in operator ()()
442 T obj;
443 pmf_type pmf;