SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
std::Assignable Interface Reference

The concept std::Assignable<LHS, RHS> specifies that an expression of the type and value category specified by RHS can be assigned to an lvalue expression whose type is specified by LHS. More...

+ Inheritance diagram for std::Assignable:

Public Member Functions

t & operator= (t1 const &rhs)
 Assignment operator. More...
 

Detailed Description

The concept std::Assignable<LHS, RHS> specifies that an expression of the type and value category specified by RHS can be assigned to an lvalue expression whose type is specified by LHS.

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

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