| 81 | void vector_if_equal_operator(const Args &...) {} |
| 82 | template <typename, typename, typename... Args> |
| 83 | void vector_if_insertion_operator(const Args &...) {} |
| 84 | template <typename, typename, typename... Args> |
| 85 | void vector_modifiers(const Args &...) {} |
| 86 |