mpc
Haskell-like feature supports in C++
mpc::detail::pure_op< F > Struct Template Reference

pure :: a -> f a More...

#include <applicative.hpp>

Public Member Functions

template<class A >
constexpr auto operator() (A &&a) const noexcept(noexcept(applicative_traits< std::remove_cvref_t< F > >::pure(std::forward< A >(a)))) -> decltype(applicative_traits< std::remove_cvref_t< F > >::pure(std::forward< A >(a)))
 

Detailed Description

template<class F>
struct mpc::detail::pure_op< F >

pure :: a -> f a


The documentation for this struct was generated from the following file: