Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dpredicates.hpp46 struct satisfies struct
49 typedef satisfies_impl<Fun, ::boost::is_function<Fun>::value> base;
51 satisfies() {} in satisfies() argument
52 satisfies(Fun const& f) : base(f) {} in satisfies() argument
53 satisfies(base const& b) : base(b) {} in satisfies() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Dpredicates.hpp299 satisfies(UnaryPredicate const& pred) in satisfies() function