diff --git a/include/xo/indentlog/print/tag.hpp b/include/xo/indentlog/print/tag.hpp index 008dcbd..678eb0f 100644 --- a/include/xo/indentlog/print/tag.hpp +++ b/include/xo/indentlog/print/tag.hpp @@ -158,6 +158,17 @@ namespace xo { return ref_tag_impl, std::decay_t>(n, v); } + // ----- xrefrtag ----- + + /** 'reference raw tag'. Like @ref refrtag, but precede with a single space + **/ + template + auto + xrefrtag(Name && n, Value && v) + { + return ref_tag_impl, std::decay_t>(n, v); + } + // ----- operator<< on tag_impl ----- template