| 104 | } // namespace |
| 105 | |
| 106 | Feature |
| 107 | Feature::join(Context &ctx, const swoc::TextView &glue) const |
| 108 | { |
| 109 | return {ctx.render_transient([=](BufferWriter &w) { std::visit(join_visitor{w, glue}, *this); })}; |
| 110 | } |
| 111 | // ---- |
| 112 | /** Parse a string that consists of counts and units. |
| 113 | * |