MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / operator!

Function operator!

tests/Issue101.cpp:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51template <typename T1, auto v1>
52constexpr constant<!v1> operator!(typed_constant<T1,v1>) { return {};}
53template <typename T1, T1 v1>
54constexpr constant<(~v1)> operator~(typed_constant<T1,v1>) { return {};}
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected