Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dassign_value.pass.cpp42 struct MismatchType { struct
43 explicit MismatchType(int) {} in MismatchType() function
44 explicit MismatchType(char*) {} in MismatchType() argument
46 MismatchType& operator=(int) { return *this; } in operator =() argument
47 MismatchType& operator=(int*) { return *this; } in operator =() argument