#include <proxsuite/linalg/veg/internal/dyn_index.hpp>
Public Types | |
using | type = maybe_c |
using | type |
Public Member Functions | |
constexpr | Boolean ()=default |
constexpr | Boolean (bool _val) VEG_NOEXCEPT |
template<Ternary T> | |
VEG_INLINE constexpr | Boolean (Boolean< T >) VEG_NOEXCEPT |
VEG_NODISCARD VEG_INLINE constexpr | operator bool () const VEG_NOEXCEPT |
constexpr | Boolean () VEG_NOEXCEPT=default |
VEG_INLINE constexpr | Boolean (Boolean< maybe >, Unsafe) VEG_NOEXCEPT |
VEG_INLINE constexpr | Boolean (Boolean< maybe > b) VEG_NOEXCEPT |
VEG_NODISCARD VEG_INLINE constexpr | operator bool () const VEG_NOEXCEPT |
Friends | |
VEG_NODISCARD VEG_INLINE constexpr friend auto | operator! (Boolean arg) VEG_NOEXCEPT -> Boolean |
VEG_NODISCARD VEG_INLINE constexpr friend auto | operator! (Boolean) VEG_NOEXCEPT -> Boolean< T==yes ? no :yes > |
Definition at line 18 of file dyn_index.hpp.
using proxsuite::linalg::veg::Boolean< maybe >::type = maybe_c |
Definition at line 20 of file dyn_index.hpp.
using proxsuite::linalg::veg::Boolean< T >::type |
Definition at line 78 of file fix_index.hpp.
|
constexprdefault |
|
inlineconstexpr |
Definition at line 23 of file dyn_index.hpp.
|
inlineconstexpr |
Definition at line 28 of file dyn_index.hpp.
|
constexprdefault |
|
constexpr |
Definition at line 80 of file dyn_index.hpp.
|
constexpr |
Definition at line 82 of file dyn_index.hpp.
|
inlineexplicitconstexpr |
Definition at line 39 of file dyn_index.hpp.
|
inlineexplicitconstexpr |
Definition at line 90 of file fix_index.hpp.
|
friend |
Definition at line 34 of file dyn_index.hpp.
|
friend |
Definition at line 85 of file fix_index.hpp.