![]() |
|
#include <IndexedViewHelper.h>
Public Member Functions | |
constexpr | SingleRange (Index v) noexcept |
constexpr Index | operator[] (Index) const noexcept |
constexpr Index | first () const noexcept |
constexpr Index | size () const noexcept |
constexpr Index | incr () const noexcept |
Static Public Attributes | |
static constexpr Index | FirstAtCompileTime = ValueAtCompileTime |
static constexpr Index | SizeAtCompileTime = Index(1) |
static constexpr Index | IncrAtCompileTime = Index(1) |
Private Attributes | |
variable_if_dynamicindex< Index, int(ValueAtCompileTime)> | value_ |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
References Eigen::internal::variable_if_dynamicindex< T, Value >::value(), and Eigen::internal::SingleRange< ValueAtCompileTime >::value_.
Referenced by Eigen::internal::IndexedViewHelper< SingleRange< ValueAtCompileTime >, void >::first(), and Eigen::internal::SingleRange< ValueAtCompileTime >::operator[]().
|
inlineconstexprnoexcept |
References Eigen::internal::SingleRange< ValueAtCompileTime >::IncrAtCompileTime.
|
inlineconstexprnoexcept |
References Eigen::internal::SingleRange< ValueAtCompileTime >::first().
|
inlineconstexprnoexcept |
References Eigen::internal::SingleRange< ValueAtCompileTime >::SizeAtCompileTime.
|
staticconstexpr |
|
staticconstexpr |
Referenced by Eigen::internal::SingleRange< ValueAtCompileTime >::incr().
|
staticconstexpr |
Referenced by Eigen::internal::SingleRange< ValueAtCompileTime >::size().
|
private |
Referenced by Eigen::internal::SingleRange< ValueAtCompileTime >::first().