42#ifndef _DWMSTREAMEDLENGTHCAPABLE_HH_
43#define _DWMSTREAMEDLENGTHCAPABLE_HH_
54 { t.StreamedLength() } -> std::same_as<uint64_t>;
Interface for classes which can return their streamed length.
Definition DwmStreamedLengthCapable.hh:65
virtual uint64_t StreamedLength() const =0
Return the number of bytes that would be written if the object's Write(ostream &),...
T has a StreamedLength() const member that returns uint64_t.
Definition DwmStreamedLengthCapable.hh:53