Custom manipulator for C++ iostream

前端 未结 4 1543
Happy的楠姐
Happy的楠姐 2020-11-29 02:44

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

4条回答
  •  青春惊慌失措
    2020-11-29 03:09

    Or just use OTL which basically already implements a stream interface for SQL very similarly to your example.

提交回复
热议问题