Sleipnir C++ API
Loading...
Searching...
No Matches
slp::ScalarLike Concept Reference

Concept definition

template<typename T>
concept slp::ScalarLike =
!MatrixLike<T> && std::constructible_from<std::decay_t<T>, int>
Definition concepts.hpp:18
Definition concepts.hpp:24