MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Kinesis::detail::FieldSignature< T > Struct Template Reference

Extracts domain and range types from a non-generic lambda. More...

#include <DualField.hpp>

+ Collaboration diagram for MayaFlux::Kinesis::detail::FieldSignature< T >:

Detailed Description

template<typename T>
struct 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.


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