MCPcopy Create free account
hub / github.com/celtera/avendish / output_name

Function output_name

include/avnd/binding/python/processor.hpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48template <auto Idx, typename C>
49constexpr auto output_name(avnd::field_reflection<Idx, C>)
50{
51 if constexpr(avnd::has_name<C>)
52 return avnd::get_name<C>();
53 else
54 return "output_" + std::to_string(Idx);
55}
56
57template <typename T>
58struct processor

Callers 1

setup_outputMethod · 0.85

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected