|
|
Classes and Conversion |
Given a user defined type T, programmed via a class or struct: It is possible to convert from some type S to type T via constructors in T It is possible to convert from type T to some type S via conversion operators in T | Item 5 of More Effective C++ is informative about implicit type conversions |
|
|
| istream conversion to bool. |