Home
last modified time | relevance | path

Searched refs:__is_shared_ptr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_atomic.h370 static constexpr bool __is_shared_ptr = false; in _GLIBCXX_VISIBILITY() local
372 static constexpr bool __is_shared_ptr<shared_ptr<_Up>> = true; in _GLIBCXX_VISIBILITY()
410 if constexpr (__is_shared_ptr<_Tp>) in _GLIBCXX_VISIBILITY()
518 if constexpr (__is_shared_ptr<_Tp>) in _GLIBCXX_VISIBILITY()