Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/optional/optional.monadic/
H A Dtransform.pass.cpp75 struct RVCRefQual { struct
79 constexpr int operator()(int) const&& { return 1; } in operator ()()
H A Dand_then.pass.cpp75 struct RVCRefQual { struct
79 constexpr std::optional<int> operator()(int) const&& { return 1; } in operator ()()