sp-mishra / mili

Automatically exported from code.google.com/p/mili
Boost Software License 1.0
0 stars 0 forks source link

add PlainMemory manipulator for using with Safe policy in bstreams #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For a little more flexibility using Safe policy, if we have a class which not 
overload operator<<, a PlainMemory manipulator could be added to use default 
operator<<.

so:

class Foo; 
out << PlainMemory(Foo) 

should work

Original issue reported on code.google.com by hugo.arregui on 19 Jan 2012 at 1:57

GoogleCodeExporter commented 9 years ago

Original comment by hugo.arregui on 21 Feb 2012 at 8:32