capydi
Loading...
Searching...
No Matches
StaticEither.hpp File Reference
#include <expected>
Include dependency graph for StaticEither.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  capy::meta::implementation_details_::ValueTag
struct  capy::meta::implementation_details_::ErrorTag
class  capy::meta::StaticEither< Value, Error, implementation_details_::ValueTag >
class  capy::meta::StaticEither< Value, Error, implementation_details_::ErrorTag >

Namespaces

namespace  capy
namespace  capy::meta
namespace  capy::meta::implementation_details_

Typedefs

template<typename Value, typename Error>
using capy::meta::StaticOk = StaticEither<Value, Error, implementation_details_::ValueTag>
template<typename Value, typename Error>
using capy::meta::StaticError = StaticEither<Value, Error, implementation_details_::ErrorTag>