I\'d like to implement a custom manipulator for ostream to do some manipulation on the next item being inserted into the stream. For example, let\'s say I have a custom mani
Or just use OTL which basically already implements a stream interface for SQL very similarly to your example.