Home
last modified time | relevance | path

Searched refs:ValueResultType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.assignable/
H A Dassignable_from.compile.pass.cpp66 struct ValueResultType { struct
67 ValueResultType operator=(const ValueResultType&);
69 static_assert(std::is_assignable_v<ValueResultType&, const ValueResultType&>);
70 static_assert(!std::assignable_from<ValueResultType&, const ValueResultType&>);