Home
last modified time | relevance | path

Searched defs:_byval (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/transform/
H A Darg.hpp269 struct _byval : callable struct
275 struct result<This(T)>
281 struct result<This(T &)>
286 struct result<This(boost::reference_wrapper<T>)>
294 T operator ()(T const &t) const in operator ()()
302 T operator ()(boost::reference_wrapper<T> const &t) const in operator ()()