Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Functions
AbstractionHelpers.hpp File Reference
#include <ext/tuple>
#include <ext/array>
#include <ext/typeinfo>
#include <abstraction/OperationAbstraction.hpp>
#include <abstraction/ValueHolderInterface.hpp>
Include dependency graph for AbstractionHelpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  abstraction
 
namespace  abstraction::detail
 

Functions

template<class ... ParamTypes, class F , class Tuple , std::size_t... I>
constexpr decltype(auto) abstraction::detail::apply_impl (F &&f, Tuple &&t, std::index_sequence< I ... >)
 
template<class ... ParamTypes, class F , class Tuple >
constexpr decltype(auto) abstraction::apply (F &&f, Tuple &&t)
 
template<class ... Params>
abstraction::TypeQualifiers::TypeQualifierSet abstraction::paramTypeQualifiers (unsigned index)