| 7903 | } |
| 7904 | |
| 7905 | TOML_PURE_GETTER |
| 7906 | const_iterator lower_bound(std::string_view key) const noexcept |
| 7907 | { |
| 7908 | return const_iterator{ const_cast<table&>(*this).get_lower_bound(key) }; |
| 7909 | } |
| 7910 | |
| 7911 | #if TOML_ENABLE_WINDOWS_COMPAT |
| 7912 |
nothing calls this directly
no test coverage detected