Set the multi option policy to join
| 3471 | |
| 3472 | /// Set the multi option policy to join |
| 3473 | CRTP *join() { |
| 3474 | auto self = static_cast<CRTP *>(this); |
| 3475 | self->multi_option_policy(MultiOptionPolicy::Join); |
| 3476 | return self; |
| 3477 | } |
| 3478 | |
| 3479 | /// Set the multi option policy to join with a specific delimiter |
| 3480 | CRTP *join(char delim) { |