diff options
Diffstat (limited to 'asl/format.hpp')
-rw-r--r-- | asl/format.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/format.hpp b/asl/format.hpp index ac51693..70ccd09 100644 --- a/asl/format.hpp +++ b/asl/format.hpp @@ -55,6 +55,8 @@ public: {
m_writer->write(as_bytes(s.as_span()));
}
+
+ constexpr Writer* writer() const { return m_writer; }
};
template<formattable... Args>
|