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

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

#include <type_traits.hpp>

Static Public Attributes

static const constexpr bool value = false
 Whether T is an ALP/GraphBLAS container.
 

Detailed Description

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

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

Template Parameters
TThe type to inspect.

There are only two ALP/GraphBLAS containers:

  1. grb::Vector, and
  2. grb::Matrix.

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