capydi
Loading...
Searching...
No Matches
Maybe.hpp File Reference
Include dependency graph for Maybe.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_::Nil
struct  capy::meta::Maybe< T >
struct  capy::meta::Maybe< implementation_details_::Nil >

Namespaces

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

Typedefs

using capy::meta::None = Maybe<implementation_details_::Nil>
template<typename T>
using capy::meta::Some = Maybe<T>