SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
A strong type representing free_end_gaps_sequence2_leading of the seqan3::align_cfg::method_global. More...
#include <seqan3/alignment/configuration/align_config_method.hpp>
Public Types | |
using | base_t = seqan3::detail::strong_type< bool, free_end_gaps_sequence2_leading > |
The type of the strong type base class. | |
![]() | |
using | value_type = bool |
The underlying value type. | |
Additional Inherited Members | |
![]() | |
constexpr | strong_type () noexcept=default |
Defaulted. | |
constexpr | strong_type (strong_type const &) noexcept=default |
Defaulted. | |
constexpr | strong_type (strong_type &&) noexcept=default |
Defaulted. | |
constexpr | strong_type (bool _value) |
Construction from underlying value type. | |
constexpr strong_type & | operator= (strong_type const &) noexcept=default |
Defaulted. | |
constexpr strong_type & | operator= (strong_type &&) noexcept=default |
Defaulted. | |
~strong_type () noexcept=default | |
Defaulted. | |
constexpr bool & | get () &noexcept |
Returns the underlying value. | |
constexpr bool const & | get () const &noexcept |
Returns the underlying value. | |
constexpr bool && | get () &&noexcept |
Returns the underlying value as rvalue. | |
constexpr bool const && | get () const &&noexcept |
Returns the underlying value as rvalue. | |
constexpr free_end_gaps_sequence2_leading | operator+ (strong_type const &other) |
Adds addition operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading | operator- (strong_type const &other) |
Adds subtraction operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading | operator* (strong_type const &other) |
Adds multiplication operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading | operator/ (strong_type const &other) |
Adds division operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading | operator% (strong_type const &other) |
Adds modulo operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading | operator& (strong_type const &other) |
Adds bitwise and operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading | operator| (strong_type const &other) |
Adds bitwise or operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading | operator^ (strong_type const &other) |
Adds bitwise xor operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading | operator~ () |
Adds bitwise not operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading | operator<< (strong_type const &other) |
Adds bitwise left shift operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading | operator<< (integral_t const shift) |
Adds bitwise left shift operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading | operator>> (strong_type const &other) |
Adds bitwise right shift operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading | operator>> (integral_t const shift) |
Adds bitwise right shift operator to the strong type. | |
constexpr bool | operator&& (strong_type const &other) |
Adds logical and operator to the strong type. | |
constexpr bool | operator|| (strong_type const &other) |
Adds logical or operator to the strong type. | |
constexpr bool | operator! () |
Adds logical not operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading & | operator++ () |
Adds pre-increment operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading | operator++ (int) |
Adds post-increment operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading & | operator-- () |
Adds pre-decrement operator to the strong type. | |
constexpr free_end_gaps_sequence2_leading | operator-- (int) |
Adds post-decrement operator to the strong type. | |
constexpr bool | operator== (strong_type const &rhs) const |
Return whether this instance is equal to rhs . | |
constexpr bool | operator!= (strong_type const &rhs) const |
Return whether this instance is not equal to rhs . | |
constexpr | operator bool () const |
Adds explicit conversion to it's underlying type. | |
![]() | |
static constexpr strong_type_skill | skills |
The selected skills for this type. | |
A strong type representing free_end_gaps_sequence2_leading of the seqan3::align_cfg::method_global.