proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
|
#include <proxsuite/linalg/veg/internal/dyn_index.hpp>
Public Types | |
using | type = maybe_c |
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 |
Friends | |
VEG_NODISCARD VEG_INLINE constexpr friend auto | operator! (Boolean arg) VEG_NOEXCEPT -> Boolean |
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.
|
constexprdefault |
|
inlineconstexpr |
Definition at line 23 of file dyn_index.hpp.
|
inlineconstexpr |
Definition at line 28 of file dyn_index.hpp.
|
inlineexplicitconstexpr |
Definition at line 39 of file dyn_index.hpp.
|
friend |
Definition at line 34 of file dyn_index.hpp.