COPP C++ API
C++ interface for COPP trajectory optimization
Loading...
Searching...
No Matches
copp::Span< T > Member List

This is the complete list of members for copp::Span< T >, including all inherited members.

data() const noexceptcopp::Span< T >inline
element_type typedefcopp::Span< T >
empty() const noexceptcopp::Span< T >inline
operator[](std::size_t index) const noexceptcopp::Span< T >inline
pointer typedefcopp::Span< T >
reference typedefcopp::Span< T >
size() const noexceptcopp::Span< T >inline
Span() noexcept=defaultcopp::Span< T >
Span(pointer data, std::size_t size) noexceptcopp::Span< T >inline
Span(element_type(&data)[N]) noexceptcopp::Span< T >inline
Span(Container &container) noexceptcopp::Span< T >inline
Span(const Container &container) noexceptcopp::Span< T >inline