![]() |
Thoth
A functional, expressive, asynchronous C++26 webdev library
|
Classes | |
| struct | Cow |
Like Rust's cow (copy on write). More... | |
| struct | FileBuilderParams |
| struct | FileOutputRange |
| struct | LinearMap |
Concepts | |
| concept | strong_order_relation |
Typedefs | |
| using | TextFileOutputRange = FileOutputRange<> |
| using | BinFileOutputRange = FileOutputRange< std::byte > |
Functions | |
| template<class RefT , class OwnT > requires std::constructible_from<OwnT, RefT> | |
| constexpr bool | operator== (const Cow< RefT, OwnT > &left, const Cow< RefT, OwnT > &right) |
| using Thoth::Dsa::BinFileOutputRange = typedef FileOutputRange<std::byte> |
| using Thoth::Dsa::TextFileOutputRange = typedef FileOutputRange<> |