|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
Extracts domain and range types from a non-generic lambda. More...
#include <DualField.hpp>
Collaboration diagram for MayaFlux::Kinesis::detail::FieldSignature< T >:Extracts domain and range types from a non-generic lambda.
Only const-qualified single-argument call operators are matched, which is the shape MF_FIELD accepts. A mutable lambda, a multi-argument lambda or a generic lambda produces no specialisation and fails against the incomplete primary template.
Definition at line 23 of file DualField.hpp.