Searched refs:compat (Results 1 – 1 of 1) sorted by relevance
237 using compat = _c2_cntr_compat_helper<T>; variable255 inline constexpr c2_cntr_t(const U &value) : mValue(compat::get(value)) {} in c2_cntr_t()303 mValue op_assign compat::get(value); \307 template<typename U, typename E=decltype(compat::get(U(0)))> \309 return c2_cntr_t<T>(mValue op compat::get(value)); \