Home
last modified time | relevance | path

Searched refs:variant_hasher (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/variant/detail/
H A Dhash_variant.hpp29 struct variant_hasher: public boost::static_visitor<std::size_t> { struct
40 std::size_t seed = boost::apply_visitor(detail::variant::variant_hasher(), val); in hash_value()