template <typename F>

struct SignatureOf

Defined at line 81 of file ../../third_party/github.com/google/cppdap/src/include/dap/traits.h

SignatureOf is a traits helper that infers the signature of the function,

method, static method, lambda, or function-like object `F`.