Home
last modified time | relevance | path

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

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