| auto as_streamable | ( | auto | e | ) |
#include <kumi/detail/streamable.hpp>
Provides an extension point as_streamable in order to output types with no stream operator defined.
This function does not exist in the kumi namespace, it is supposed to be found via Argument Dependant Lookup for user defined types.
| e | The value of the element to output. |