Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__functional/
H A Dunwrap_ref.h21 struct __unwrap_reference { typedef _LIBCPP_NODEBUG _Tp type; }; argument
27 struct __unwrap_reference<reference_wrapper<_Tp> > { typedef _LIBCPP_NODEBUG _Tp& type; };
34 struct unwrap_reference : __unwrap_reference<_Tp> { };
51 : __unwrap_reference<typename decay<_Tp>::type>