Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Dvariant.hpp254 struct unwrapper struct
256 static T const& apply_const(T const& obj) { return obj; } in apply_const()
257 static T& apply(T& obj) { return obj; } in apply()
261 struct unwrapper<recursive_wrapper<T>> struct
263 static auto apply_const(recursive_wrapper<T> const& obj) in apply_const()
268 static auto apply(recursive_wrapper<T>& obj) in apply()
276 struct unwrapper<std::reference_wrapper<T>> struct
278 static auto apply_const(std::reference_wrapper<T> const& obj) in apply_const()
283 static auto apply(std::reference_wrapper<T>& obj) in apply()