47 inline static constexpr Entry table[]
57 #if JUCE_LINUX || JUCE_BSD
65 #if JUCE_MAC || JUCE_IOS
83 "The platform may be unsupported or there may be a priority entry missing.");
89 [value] (
const auto& a,
const auto& b)
91 return std::abs (a.native - value) < std::abs (b.native - value);
102 [value] (
const auto& entry) {
return entry.priority == value; });
105 return iter !=
std::end (table) ? iter->native : 0;