Home
last modified time | relevance | path

Searched defs:_byref (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.hpp222 struct _byref : callable struct
228 struct result<This(T)>
234 struct result<This(T &)>
244 boost::reference_wrapper<T> const operator ()(T &t) const in operator ()()
252 boost::reference_wrapper<T const> const operator ()(T const &t) const in operator ()()