libQuotient
A Qt library for building matrix clients
expected.h File Reference
#include <variant>
#include "util.h"
Include dependency graph for expected.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Quotient
 

Functions

template<typename T , typename E >
 Quotient::requires (!std::is_same_v< T, E >) class Expected
 A minimal subset of std::expected from C++23. More...