5 ms·
the "if constexpr" makes sure the checks only happen in debug mode. you'd definitely want to turn the checks off for release builds.
by jeffffff 4y ago
the "if constexpr" makes sure the checks only happen in debug mode. you'd definitely want to turn the checks off for release builds.