MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ write_string()

bool MayaFlux::IO::TextFileWriter::write_string ( std::string_view  str)
overridevirtual

Write a string.

Implements MayaFlux::IO::FileWriter.

Definition at line 127 of file TextFileWriter.cpp.

128{
129 return write_bytes(str.data(), str.size());
130}
bool write_bytes(const void *data, size_t size) override
Write raw bytes.

References write_bytes().

Referenced by write_line().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: