Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
Thoth::Dsa Namespace Reference

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)
 

Typedef Documentation

◆ BinFileOutputRange

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

◆ TextFileOutputRange

Function Documentation

◆ operator==()

template<class RefT , class OwnT >
requires std::constructible_from<OwnT, RefT>
constexpr bool Thoth::Dsa::operator== ( const Cow< RefT, OwnT > &  left,
const Cow< RefT, OwnT > &  right 
)
constexpr