C++ check if statement can be evaluated constexpr
Is there a method to decide whether something can be constexpr evaluated, and use the result as a constexpr boolean? My simplified use case is as follows: template <typename base> class deriv...