di 0.1.0
Loading...
Searching...
No Matches
writer.h File Reference

Go to the source code of this file.

Classes

struct  di::io::WriteSome
struct  di::io::Flush
struct  di::io::InteractiveDevice

Namespaces

namespace  di
namespace  di::io
namespace  di::meta

Typedefs

using di::io::Writer = meta::List<WriteSome, Flush, InteractiveDevice>
template<typename T, concepts::Impl< io::Writer > Writer>
using di::meta::WriterResult
using di::Writer

Variables

constexpr auto di::io::write_some = WriteSome {}
constexpr auto di::io::flush = Flush {}
constexpr auto di::io::interactive_device = InteractiveDevice {}
constexpr auto di::write_some