27#ifndef _H_GRB_PROPERTIES_BASE
28#define _H_GRB_PROPERTIES_BASE
51 template< enum Backend backend >
This file contains a register of all backends that are either implemented, under implementation,...
Collection of various properties on the given ALP/GraphBLAS backend.
Definition: properties.hpp:52
static constexpr const bool isNonblockingExecution
Whether the given backend is non-blocking or is, instead, blocking.
Definition: properties.hpp:99
static constexpr const bool isBlockingExecution
Whether the given backend supports blocking execution or is, instead, non-blocking.
Definition: properties.hpp:84
static constexpr const bool writableCaptured
Whether a scalar, non-ALP/GraphBLAS object, may be captured by and written to by a lambda function th...
Definition: properties.hpp:72
The ALP/GraphBLAS namespace.
Definition: graphblas.hpp:452