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

The concept std::assignable_from<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 assignable_from:

Public Member Functions

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

Detailed Description

The concept std::assignable_from<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_from

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