| 5890 | |
| 5891 | struct BoundRef : NonCopyable { |
| 5892 | virtual ~BoundRef() = default; |
| 5893 | virtual auto isContainer() const -> bool { return false; } |
| 5894 | virtual auto isFlag() const -> bool { return false; } |
| 5895 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected