Home
last modified time | relevance | path

Searched refs:initial_ (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/smart_ptr/detail/
H A Dlocal_counted_base.hpp39 enum count_type { min_ = 0, initial_ = 1, max_ = 2147483647 }; enumerator
45 BOOST_CONSTEXPR local_counted_base() BOOST_SP_NOEXCEPT: local_use_count_( initial_ ) in local_counted_base()
49 …PR local_counted_base( local_counted_base const & ) BOOST_SP_NOEXCEPT: local_use_count_( initial_ ) in local_counted_base()