Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
FileOutputRange.hpp File Reference
#include <Hermes/Socket/_base/_base.hpp>
#include <filesystem>
#include <fstream>
#include <Thoth/Dsa/FileOutputRange.tpp>
Include dependency graph for FileOutputRange.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Thoth::Dsa::FileBuilderParams
 
struct  Thoth::Dsa::FileOutputRange< T >
 

Namespaces

namespace  Thoth
 
namespace  Thoth::Dsa
 

Typedefs

using Thoth::Dsa::TextFileOutputRange = FileOutputRange<>
 
using Thoth::Dsa::BinFileOutputRange = FileOutputRange< std::byte >