23 #include "spdlog/fmt/ostr.h"
24 #include "spdlog/spdlog.h"
43 || (input == ::ad::rss::world::ObjectType::OtherObject);
44 if (!inValidInputRange && logErrors)
46 spdlog::error(
"withinValidInputRange(::ad::rss::world::ObjectType)>> {}, raw value: {} ",
48 static_cast<int32_t
>(input));
50 return inValidInputRange;