Searched refs:address_of_helper (Results 1 – 1 of 1) sorted by relevance
124 static auto address_of_helper(T&& t, std::false_type) in address_of_helper() function129 static auto address_of_helper(T&& t, std::true_type) in address_of_helper() function137 return address_of_helper(std::forward<T>(t), in address_of()