| auto kumi::_::make_streamable | ( | T const & | e | ) |
#include <kumi/detail/streamable.hpp>
Provides an extension point as_streamable in order to output types with no stream operator defined.
as_streamable extension point.| T | Type of the element to output. |
| e | The value of the element to output. |