proxsuite 0.7.2
The Advanced Proximal Optimization Toolbox
 
Loading...
Searching...
No Matches
proxsuite::linalg::veg::Boolean< maybe > Struct Reference

#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 >
 

Detailed Description

Definition at line 18 of file dyn_index.hpp.

Member Typedef Documentation

◆ type [1/2]

Definition at line 20 of file dyn_index.hpp.

◆ type [2/2]

Definition at line 78 of file fix_index.hpp.

Constructor & Destructor Documentation

◆ Boolean() [1/6]

proxsuite::linalg::veg::Boolean< maybe >::Boolean ( )
constexprdefault

◆ Boolean() [2/6]

proxsuite::linalg::veg::Boolean< maybe >::Boolean ( bool _val)
inlineconstexpr

Definition at line 23 of file dyn_index.hpp.

◆ Boolean() [3/6]

template<Ternary T>
VEG_INLINE constexpr proxsuite::linalg::veg::Boolean< maybe >::Boolean ( Boolean< T > )
inlineconstexpr

Definition at line 28 of file dyn_index.hpp.

◆ Boolean() [4/6]

proxsuite::linalg::veg::Boolean< T >::Boolean ( )
constexprdefault

◆ Boolean() [5/6]

VEG_INLINE constexpr proxsuite::linalg::veg::Boolean< T >::Boolean ( Boolean< maybe > ,
Unsafe  )
constexpr

Definition at line 80 of file dyn_index.hpp.

◆ Boolean() [6/6]

VEG_INLINE constexpr proxsuite::linalg::veg::Boolean< T >::Boolean ( Boolean< maybe > b)
constexpr

Definition at line 82 of file dyn_index.hpp.

Member Function Documentation

◆ operator bool() [1/2]

VEG_NODISCARD VEG_INLINE constexpr proxsuite::linalg::veg::Boolean< maybe >::operator bool ( ) const
inlineexplicitconstexpr

Definition at line 39 of file dyn_index.hpp.

◆ operator bool() [2/2]

VEG_NODISCARD VEG_INLINE constexpr proxsuite::linalg::veg::Boolean< T >::operator bool ( ) const
inlineexplicitconstexpr

Definition at line 90 of file fix_index.hpp.

Friends And Related Symbol Documentation

◆ operator! [1/2]

VEG_NODISCARD VEG_INLINE constexpr friend auto operator! ( Boolean< maybe > arg) -> Boolean
friend

Definition at line 34 of file dyn_index.hpp.

◆ operator! [2/2]

VEG_NODISCARD VEG_INLINE constexpr friend auto operator! ( Boolean< maybe > ) -> Boolean<T == yes ? no : yes>
friend

Definition at line 85 of file fix_index.hpp.


The documentation for this struct was generated from the following file: