Searched defs:ValueBase (Results 1 – 1 of 1) sorted by relevance
142 struct ValueBase { struct 144 explicit constexpr ValueBase(int x) : value(x) {} in ValueBase() argument 146 constexpr ValueBase(int x) : value(x) {} in ValueBase() argument 148 explicit constexpr ValueBase(int, int y) : value(y) {} in ValueBase() argument 150 constexpr ValueBase(int, int y) : value(y) {} in ValueBase() argument 182 constexpr ValueBase() noexcep argument 183 ValueBaseValueBase ValueBase() argument 185 ValueBaseValueBase ValueBase() argument [all...]