|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Concept that is satisfied when a processor supports introspection.
Determines whether Proc implements the introspection interface that all processors are required to provide: introspect_node() returning tcspc::processor_info and introspect_graph() returning tcspc::processor_graph, both as const-qualified member functions.
If either function exists but has a different return type, the concept is not satisfied.