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

Function reflect_template

deps/GraphBLAS/CUDA/jitify.hpp:1003–1007  ·  view source on GitHub ↗

Template instantiation reflection inline std::string reflect_template(std::vector const& args) {

Source from the content-addressed store, hash-verified

1001// Template instantiation reflection
1002// inline std::string reflect_template(std::vector<std::string> const& args) {
1003inline std::string reflect_template(
1004 jitify::detail::vector<std::string> const& args) {
1005 // Note: The space in " >" is a WAR to avoid '>>' appearing
1006 return reflect_list(args, "<", " >");
1007}
1008// TODO: See if can make this evaluate completely at compile-time
1009template <typename... Ts>
1010inline std::string reflect_template() {

Callers 2

KernelInstantiationMethod · 0.85

Calls 1

reflect_listFunction · 0.85

Tested by

no test coverage detected