|
CppInterOp
C++ Language Interoperability Layer
|
Matches std::vector<T*> for any pointer element type. More...
#include "lib/CppInterOp/Tracing.h"


Matches std::vector<T*> for any pointer element type.
Used by TraceRegion::record to recognise functions whose return value is a vector of opaque handles (e.g. GetFunctionsUsingName), so the reproducer can name the vector and read its elements out by index.