Anton Bachin 0f63667106 Overloaded stream operators.
To avoid paying the huge penalty of including iostream and string for
users that don't need those headers, and to avoid creating a second,
optional header file, I resorted to defining the operators as templates
to prevent type checking until the user tries to actually use them. The
stream types and strings are wrapped in a metafunction that depends on
the template parameter. This is basically a hack, but it seems to work.
2015-06-11 23:05:46 -05:00
..
general.h Experimental generalization of underlying types. 2015-06-11 20:39:46 -05:00
stream.h Overloaded stream operators. 2015-06-11 23:05:46 -05:00
underlying.h Experimental generalization of underlying types. 2015-06-11 20:39:46 -05:00