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

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

#include <type_traits.hpp>

Static Public Attributes

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

Detailed Description

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

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

Template Parameters
TThe type to inspect.

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