| 422 | */ |
| 423 | template<typename OutputStream> |
| 424 | bool Stringify(OutputStream& os) const { |
| 425 | return Stringify<false, OutputStream>(os); |
| 426 | } |
| 427 | |
| 428 | //! Stringify the pointer into URI fragment representation. |
| 429 | /*! |
nothing calls this directly
no test coverage detected