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