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

put :: s -> m () More...

#include <class.hpp>

Public Member Functions

template<class S >
constexpr auto operator() (S &&s) const noexcept(noexcept(monad_state_traits< std::remove_cvref_t< ST > >::put(std::forward< S >(s)))) -> decltype(monad_state_traits< std::remove_cvref_t< ST > >::put(std::forward< S >(s)))
 

Detailed Description

template<class ST>
struct mpc::detail::put_op< ST >

put :: s -> m ()


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