Searched defs:MismatchType (Results 1 – 1 of 1) sorted by relevance
42 struct MismatchType { struct43 explicit MismatchType(int) {} in MismatchType() function44 explicit MismatchType(char*) {} in MismatchType() argument46 MismatchType& operator=(int) { return *this; } in operator =() argument47 MismatchType& operator=(int*) { return *this; } in operator =() argument