SeqAn3
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:
[legend]

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: