27 #ifndef _H_GRB_PROPERTIES_BASE 28 #define _H_GRB_PROPERTIES_BASE 51 template< enum Backend backend >
105 #endif // end _H_GRB_PROPERTIES_BASE This file contains a register of all backends that are either implemented, under implementation,...
static constexpr const bool isBlockingExecution
Whether the given backend supports blocking execution or is, instead, non-blocking.
Definition: properties.hpp:84
Collection of various properties on the given ALP/GraphBLAS backend.
Definition: properties.hpp:52
The ALP/GraphBLAS namespace.
Definition: graphblas.hpp:477
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
static constexpr const bool isNonblockingExecution
Whether the given backend is non-blocking or is, instead, blocking.
Definition: properties.hpp:99