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

gets :: m s More...

#include <class.hpp>

Public Member Functions

constexpr auto operator* () const noexcept(noexcept(monad_state_traits< std::remove_cvref_t< ST > >::gets())) -> decltype(monad_state_traits< std::remove_cvref_t< ST > >::gets())
 

Detailed Description

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

gets :: m s

Use operator* to access the value.


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