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

Specifies whether the given callable is invocable with the given arguments and equality preserving (invocations change neither the callable, nor the arguments). More...

+ Inheritance diagram for regular_invocable:

Detailed Description

Specifies whether the given callable is invocable with the given arguments and equality preserving (invocations change neither the callable, nor the arguments).

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

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