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

empty :: f a More...

#include <alternative.hpp>

Public Member Functions

constexpr auto operator* () const noexcept(noexcept(alternative_traits< std::remove_cvref_t< F > >::empty())) -> decltype(alternative_traits< std::remove_cvref_t< F > >::empty())
 

Detailed Description

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

empty :: f a

Use operator* to access the value.


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