![]() |
WPILibC++ 2027.0.0-alpha-4
|
Public Types | |
| using | iterator_category = std::bidirectional_iterator_tag |
| using | value_type = Variable<Scalar> |
| using | difference_type = std::ptrdiff_t |
| using | pointer = Variable<Scalar>* |
| using | const_reference = const Variable<Scalar>& |
Public Member Functions | |
| constexpr | const_iterator () noexcept=default |
| constexpr | const_iterator (const VariableBlock< Mat > *mat, int index) noexcept |
| constexpr const_iterator & | operator++ () noexcept |
| constexpr const_iterator | operator++ (int) noexcept |
| constexpr const_iterator & | operator-- () noexcept |
| constexpr const_iterator | operator-- (int) noexcept |
| constexpr bool | operator== (const const_iterator &) const noexcept=default |
| constexpr const_reference | operator* () const noexcept |
| using slp::VariableBlock< Mat >::const_iterator::const_reference = const Variable<Scalar>& |
| using slp::VariableBlock< Mat >::const_iterator::difference_type = std::ptrdiff_t |
| using slp::VariableBlock< Mat >::const_iterator::iterator_category = std::bidirectional_iterator_tag |
| using slp::VariableBlock< Mat >::const_iterator::pointer = Variable<Scalar>* |
| using slp::VariableBlock< Mat >::const_iterator::value_type = Variable<Scalar> |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
constexprdefaultnoexcept |