meta.hpp
Go to the documentation of this file.
#define ABL_METAFUNCTION_T(name__)
Macro to define an evaluated version of a metafunction with _t suffix, in the style of the C++14 stan...
Definition: eval.hpp:42
Metafunction that given a transducer XformT and some inputs InputTs, returns the type of the output o...
Definition: meta.hpp:81
auto state_complete(T &&s) -> decltype(state_traits_t< T >::complete(std::forward< T >(s)))
Convenience function for calling state_traits::complete
Definition: state_traits.hpp:110
Metafunction that given a transducer XformT and some inputs InputTs, returns the type of the outputs ...
Definition: meta.hpp:56