Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A 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() argument
432 result_type operator()() const in operator ()()
442 T obj;
443 pmf_type pmf;