Searched defs:MismatchType (Results 1 – 1 of 1) sorted by relevance
41 struct MismatchType { struct42 explicit MismatchType(int) {} in MismatchType() function43 explicit MismatchType(char*) {} in MismatchType() argument45 MismatchType& operator=(int) { return *this; } in operator =() argument46 MismatchType& operator=(int*) { return *this; } in operator =() argument