| 1312 | }; |
| 1313 | |
| 1314 | state_type state() const noexcept |
| 1315 | { |
| 1316 | return state_type{m_begin, m_end, m_resource_management, context}; |
| 1317 | } |
| 1318 | |
| 1319 | constexpr explicit string_ref(const state_type& s) noexcept |
| 1320 | : |
no outgoing calls
no test coverage detected