ALP User Documentation 0.7.0
Algebraic Programming User Documentation
Static Public Attributes | List of all members
is_monoid< T > Struct Template Reference

Used to inspect whether a given type is an ALP monoid. More...

#include <type_traits.hpp>

Static Public Attributes

static const constexpr bool value = false
 Whether T is an ALP monoid.
 

Detailed Description

template<typename T>
struct grb::is_monoid< T >

Used to inspect whether a given type is an ALP monoid.

Template Parameters
TThe type to inspect.

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