template <typename T>
struct TypeOf
Defined at line 56 of file ../../third_party/github.com/google/cppdap/src/include/dap/typeof.h
TypeOf has a template specialization for each DAP type, each declaring a
const TypeInfo* type() static member function that describes type T.