mpc
Haskell-like feature supports in C++
|
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()) |
gets :: m s
Use operator* to access the value.