Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dassign_value.pass.cpp41 struct MismatchType { struct
42 explicit MismatchType(int) {} in MismatchType() function
43 explicit MismatchType(char*) {} in MismatchType() argument
45 MismatchType& operator=(int) { return *this; } in operator =() argument
46 MismatchType& operator=(int*) { return *this; } in operator =() argument