Searched defs:DurationScale2IndexFunctor (Results 1 – 1 of 1) sorted by relevance
19 struct DurationScale2IndexFunctor { struct20 using argument_type = DurationScale;21 unsigned operator()(DurationScale Scale) const { in operator ()()