23 #include "spdlog/fmt/ostr.h"
24 #include "spdlog/spdlog.h"
37 bool const logErrors =
true)
39 bool inValidInputRange = (input == ::ad::rss::state::UnstructuredConstellationResponse::None)
43 if (!inValidInputRange && logErrors)
45 spdlog::error(
"withinValidInputRange(::ad::rss::state::UnstructuredConstellationResponse)>> {}, raw value: {} ",
47 static_cast<int32_t
>(input));
49 return inValidInputRange;