SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
std::RegularInvocable 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 std::RegularInvocable:

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
http://en.cppreference.com/w/cpp/concepts/RegularInvocable

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