constexpr if branch

To write a template function that compiles different branches for different types without SFINAE, you use if _____ (C++17 feature).