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

Function input_name

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

Source from the content-addressed store, hash-verified

38
39template <auto Idx, typename C>
40constexpr auto input_name(avnd::field_reflection<Idx, C>)
41{
42 if constexpr(avnd::has_name<C>)
43 return avnd::get_name<C>();
44 else
45 return "input_" + std::to_string(Idx);
46}
47
48template <auto Idx, typename C>
49constexpr auto output_name(avnd::field_reflection<Idx, C>)

Callers 1

setup_inputMethod · 0.85

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected