Searched defs:CustomStruct (Results 1 – 1 of 1) sorted by relevance
994 struct CustomStruct { struct995 explicit CustomStruct(int value) : x(value) {} in CustomStruct() function999 std::ostream& operator<<(std::ostream& stream, const CustomStruct& val) { in operator <<() argument