| 78 | } |
| 79 | |
| 80 | Extractor::self_type * |
| 81 | Extractor::find(TextView const &name) |
| 82 | { |
| 83 | auto spot{_ex_table.find(name)}; |
| 84 | return spot == _ex_table.end() ? nullptr : spot->second; |
| 85 | } |
| 86 | |
| 87 | /* ---------------------------------------------------------------------------------------------- */ |
| 88 | auto |