OASIS
Open Algebra Software
Loading...
Searching...
No Matches
MatchCast.hpp File Reference
#include <boost/callable_traits/args.hpp>
#include <boost/mpl/for_each.hpp>
#include <boost/mpl/push_back.hpp>
#include <boost/mpl/vector.hpp>
#include <gsl/gsl-lite.hpp>
#include <concepts>
#include <functional>
#include <tuple>
Include dependency graph for MatchCast.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Oasis::MatchCastImpl< ArgumentT, Cases >
 

Namespaces

namespace  Oasis
 

Concepts

concept  Oasis::TransformerAcceptsCheckArg
 

Typedefs

template<typename Lambda >
using Oasis::lambda_argument_type = std::remove_cvref_t<std::tuple_element_t<0, boost::callable_traits::args_t<Lambda>>>
 
template<typename ArgumentT >
using Oasis::MatchCast = MatchCastImpl<ArgumentT, boost::mpl::vector<>>