Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Ddata.h40 concept __ptr_to_object = is_pointer_v<_Tp> && is_object_v<remove_pointer_t<_Tp>>; variable
44 { _LIBCPP_AUTO_CAST(__t.data()) } -> __ptr_to_object; in requires()