Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dranges_base.h503 concept __pointer_to_object = is_pointer_v<_Tp> in _GLIBCXX_VISIBILITY() local
509 { __decay_copy(__t.data()) } -> __pointer_to_object; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Drange_access.h802 concept __pointer_to_object = is_pointer_v<_Tp> in _GLIBCXX_VISIBILITY() local
807 && requires(_Tp __t) { { __t.data() } -> __pointer_to_object; }; in _GLIBCXX_VISIBILITY()

Completed in 10 milliseconds