Searched defs:isRef (Results 1 – 3 of 3) sorted by relevance
59 static constexpr bool isRef = std::is_reference_v<T>; variable
478 static constexpr bool isRef = std::is_reference_v<T>; global() variable
105 bool isRef() const { return Access & RefAccess; } in isRef() function