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

Used to inspect whether a given type is an ALP/GraphBLAS object. More...

#include <type_traits.hpp>

Static Public Attributes

static const constexpr bool value
 Whether the given time is an ALP/GraphBLAS object.
 

Detailed Description

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

Used to inspect whether a given type is an ALP/GraphBLAS object.

Template Parameters
TThe type to inspect.

An ALP/GraphBLAS object is either an ALP/GraphBLAS container or an ALP semiring, monoid, or operator.

See also
grb::is_monoid
grb::is_semiring
grb::is_operator
grb::is_container

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