Home
last modified time | relevance | path

Searched defs:result_of (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dresult_of.h25 struct _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_NO_SPECIALIZATIONS result_of; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dforwarding-reference-overload.cpp134 template <class _Fp, class ..._Args> class result_of<_Fp(_Args...)> { }; class