|
NSVD Reader
0.0.1
|
#include <reg_or_cluster.hpp>
Static Public Member Functions | |
| template<typename R , typename C > | |
| static constexpr const R & | select (const R &r, const C &c) |
| template<typename R , typename C > | |
| static constexpr R & | select (R &r, C &c) |
| template<typename R , typename C > | |
| static const R * | get (const reg_or_cluster< R, C > &rc) |
| template<typename R , typename C > | |
| static R * | get (reg_or_cluster< R, C > &rc) |
Static Public Attributes | |
| static constexpr bool | is_register = true |
Definition at line 117 of file reg_or_cluster.hpp.
|
inlinestatic |
Definition at line 125 of file reg_or_cluster.hpp.
|
inlinestatic |
Definition at line 130 of file reg_or_cluster.hpp.
|
inlinestatic |
Definition at line 121 of file reg_or_cluster.hpp.
|
inlinestatic |
Definition at line 123 of file reg_or_cluster.hpp.
|
static |
Definition at line 119 of file reg_or_cluster.hpp.