Struct StackReq
Defined in File dynamic_stack.hpp
Struct Documentation
-
struct StackReq
-
Public Static Functions
-
template<typename T>
static inline constexpr auto with_len(proxsuite::linalg::veg::Tag<T>, isize len) noexcept -> StackReq
- static inline static VEG_CPP14 (constexpr) auto and_(Slice< StackReq > reqs) noexcept -> StackReq
- static inline static VEG_CPP14 (constexpr) auto or_(Slice< StackReq > reqs) noexcept -> StackReq
Friends
- inline friend constexpr friend auto operator== (StackReq a, StackReq b) noexcept -> bool
- inline friend constexpr friend auto operator& (StackReq a, StackReq b) noexcept -> StackReq
- inline friend constexpr friend auto operator| (StackReq a, StackReq b) noexcept -> StackReq
-
template<typename T>