Skip to content

function select(bool, T, T) math

template <typename T>
constexpr inline T select(bool c, T x, T y) { … }

Defined at math/compiletime.hpp:38