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

Go to the source code of this file.

Classes

struct  Thoth::Dsa::Cow< RefT, OwnT >
 Like Rust's cow (copy on write). More...
 

Namespaces

namespace  Thoth
 
namespace  Thoth::Dsa
 

Functions

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)