Searched defs:Int42 (Results 1 – 1 of 1) sorted by relevance
188 struct Int42 { struct192 constexpr explicit Int42(int value) : value_(value) {} in Int42() argument193 constexpr explicit Int42() requires (CK == DefaultTo42) in Int42() function