MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / reflect

Function reflect

deps/GraphBLAS/CUDA/jitify.hpp:913–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

911 */
912template <typename T>
913inline std::string reflect() {
914 return detail::type_reflection<T>::name();
915}
916// Value reflection
917// E.g., reflect(3.14f) -> "(float)3.14"
918/*! Generate a code-string for a value.

Callers 4

nameMethod · 0.85
reflect_allFunction · 0.85
instantiateMethod · 0.85
instantiateMethod · 0.85

Calls 2

value_stringFunction · 0.85
demangle_native_typeFunction · 0.85

Tested by

no test coverage detected