ALP User Documentation  0.8.preview
Algebraic Programming User Documentation
Static Public Attributes | List of all members
has_value_method< T > Class Template Reference

Checks whether a given ALP matrix iterator type has a .v() method. More...

Static Public Attributes

static constexpr bool value
 Whether T defines the .v() method and is an ALP matrix iterator.
 

Detailed Description

template<typename T>
class grb::utils::has_value_method< T >

Checks whether a given ALP matrix iterator type has a .v() method.

Template Parameters
Tthe iterator type

This type trait determines whether T can be used for ingesting into a value (non-void, non-pattern) ALP matrix.


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