MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / enum_name

Function enum_name

include/behaviortree_cpp/contrib/magic_enum.hpp:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199// If need custom names for enum, add specialization enum_name for necessary enum type.
200template <typename E>
201constexpr customize_t enum_name(E) noexcept {
202 return default_tag;
203}
204
205// If need custom type name for enum, add specialization enum_type_name for necessary enum type.
206template <typename E>

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected