Searched defs:IntTypeNC (Results 1 – 1 of 1) sorted by relevance
24 struct IntTypeNC { struct26 constexpr IntTypeNC() = default; argument27 constexpr IntTypeNC(int v) noexcept : val(v) {} in IntTypeNC() function