Home
last modified time | relevance | path

Searched refs:clone_impl (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/exception/
H A Dexception.hpp464 clone_impl: class
469 clone_impl( clone_impl const & x, clone_tag ): in clone_impl() function in boost::exception_detail::clone_impl
478 clone_impl( T const & x ): in clone_impl() function in boost::exception_detail::clone_impl
484 ~clone_impl() throw() in ~clone_impl()
493 return new clone_impl(*this,clone_tag()); in clone()
511 exception_detail::clone_impl<T>
514 return exception_detail::clone_impl<T>(x); in enable_current_exception()