| 50 | |
| 51 | template <typename T1, auto v1> |
| 52 | constexpr constant<!v1> operator!(typed_constant<T1,v1>) { return {};} |
| 53 | template <typename T1, T1 v1> |
| 54 | constexpr constant<(~v1)> operator~(typed_constant<T1,v1>) { return {};} |
| 55 |
nothing calls this directly
no outgoing calls
no test coverage detected