WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
slp::MatrixLike Concept Reference

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

Concept definition

template<typename T>
concept slp::MatrixLike = requires(std::decay_t<T> t) {
t.rows();
t.cols();
}
Definition concepts.hpp:18