Searched defs:RVCRefQual (Results 1 – 2 of 2) sorted by relevance
75 struct RVCRefQual { struct79 constexpr int operator()(int) const&& { return 1; } in operator ()()
75 struct RVCRefQual { struct79 constexpr std::optional<int> operator()(int) const&& { return 1; } in operator ()()