template <typename T, typename = void>
struct has_operator_arrow
Defined at line 26 of file ../../sdk/lib/stdcompat/include/lib/stdcompat/memory.h
C++17 compatible trait to detect if T has operator->().
template <typename T, typename = void>
Defined at line 26 of file ../../sdk/lib/stdcompat/include/lib/stdcompat/memory.h
C++17 compatible trait to detect if T has operator->().