WPILibC++ 2027.0.0-alpha-2
Loading...
Searching...
No Matches
slp::VariableMatrix::const_iterator Class Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/sleipnir/include/sleipnir/autodiff/variable_matrix.hpp>

Public Types

using iterator_category = std::forward_iterator_tag
 
using value_type = Variable
 
using difference_type = std::ptrdiff_t
 
using pointer = Variable*
 
using const_reference = const Variable&
 

Public Member Functions

constexpr const_iterator () noexcept=default
 
constexpr const_iterator (gch::small_vector< Variable >::const_iterator it) noexcept
 
constexpr const_iteratoroperator++ () noexcept
 
constexpr const_iterator operator++ (int) noexcept
 
constexpr bool operator== (const const_iterator &) const noexcept=default
 
constexpr const_reference operator* () const noexcept
 

Member Typedef Documentation

◆ const_reference

◆ difference_type

◆ iterator_category

using slp::VariableMatrix::const_iterator::iterator_category = std::forward_iterator_tag

◆ pointer

◆ value_type

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

slp::VariableMatrix::const_iterator::const_iterator ( )
constexprdefaultnoexcept

◆ const_iterator() [2/2]

slp::VariableMatrix::const_iterator::const_iterator ( gch::small_vector< Variable >::const_iterator it)
inlineexplicitconstexprnoexcept

Member Function Documentation

◆ operator*()

const_reference slp::VariableMatrix::const_iterator::operator* ( ) const
inlineconstexprnoexcept

◆ operator++() [1/2]

const_iterator & slp::VariableMatrix::const_iterator::operator++ ( )
inlineconstexprnoexcept

◆ operator++() [2/2]

const_iterator slp::VariableMatrix::const_iterator::operator++ ( int )
inlineconstexprnoexcept

◆ operator==()

bool slp::VariableMatrix::const_iterator::operator== ( const const_iterator & ) const
constexprdefaultnoexcept

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