Home
last modified time | relevance | path

Searched defs:RValueFunc (Results 1 – 1 of 1) sorted by relevance

/external/angle/third_party/abseil-cpp/absl/utility/internal/
Dif_constexpr_test.cc60 struct RValueFunc { struct
61 void operator()(HasFooRValue&& t) && { *i = std::move(t).foo(); } in operator ()()
63 int* i = nullptr;