remove_reference 41 uspace/lib/cpp/include/__bits/type_traits/references.hpp struct remove_reference: aux::type_is<T> remove_reference 45 uspace/lib/cpp/include/__bits/type_traits/references.hpp struct remove_reference<T&>: aux::type_is<T> remove_reference 49 uspace/lib/cpp/include/__bits/type_traits/references.hpp struct remove_reference<T&&>: aux::type_is<T>HelenOS homepage, sources at GitHub