SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
boolean Interface Reference

Specifies that a type can be used in boolean contexts. More...

+ Inheritance diagram for boolean:

Related Functions

(Note that these are not member functions.)

Requirements for std::swappable

You can expect these functions on all types that implement std::swappable.

void swap (t &lhs, t &rhs)
 Swaps the contents of two objects. More...
 

Detailed Description

Specifies that a type can be used in boolean contexts.

See also
https://en.cppreference.com/w/cpp/concepts/boolean

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