Searched defs:TypedIntegerImpl (Results 1 – 1 of 1) sorted by relevance
54 class TypedIntegerImpl; variable71 constexpr TypedIntegerImpl() : mValue(0) { in TypedIntegerImpl() function82 explicit constexpr TypedIntegerImpl(I rhs) : mValue(static_cast<T>(rhs)) { in TypedIntegerImpl() function