Home
last modified time | relevance | path

Searched refs:empty_input_exception (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/core/
H A Dexception.hpp74 class empty_input_exception : public geometry::invalid_input_exception class
78 inline empty_input_exception() {} in empty_input_exception() function in boost::geometry::empty_input_exception
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dthrow_on_empty_input.hpp54 BOOST_THROW_EXCEPTION(empty_input_exception()); in throw_on_empty_input()