Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dmove_only_function.h181 inline constexpr bool __is_move_only_function_v = false; in _GLIBCXX_VISIBILITY() local
183 constexpr bool __is_move_only_function_v<move_only_function<_Tp>> = true; in _GLIBCXX_VISIBILITY()
H A Dmofunc_impl.h102 || __is_move_only_function_v<_Vt>) in _GLIBCXX_VISIBILITY()