| 47 | constexpr constant<(v1&&v2)> operator&&(typed_constant<T1,v1>,typed_constant<T2,v2>) { return {};} |
| 48 | template <typename T1, T1 v1, typename T2, T2 v2> |
| 49 | constexpr constant<(v1||v2)> operator||(typed_constant<T1,v1>,typed_constant<T2,v2>) { return {};} |
| 50 | |
| 51 | template <typename T1, auto v1> |
| 52 | constexpr constant<!v1> operator!(typed_constant<T1,v1>) { return {};} |
nothing calls this directly
no outgoing calls
no test coverage detected