Searched defs:c2_cntr_t (Results 1 – 1 of 1) sorted by relevance
190 class C2_HIDE c2_cntr_t; variable249 inline constexpr c2_cntr_t() : mValue(T(0)) {} in c2_cntr_t() function255 inline constexpr c2_cntr_t(const U &value) : mValue(compat::get(value)) {} in c2_cntr_t() function