Requires "--" to be removed from string
| 4153 | |
| 4154 | /// Requires "--" to be removed from string |
| 4155 | bool check_lname(std::string name) const { |
| 4156 | return (detail::find_member(std::move(name), lnames_, ignore_case_, ignore_underscore_) >= 0); |
| 4157 | } |
| 4158 | |
| 4159 | /// Requires "--" to be removed from string |
| 4160 | bool check_fname(std::string name) const { |
no test coverage detected