| 64 | Strings ("NTBSs") compatible with ranges. */ |
| 65 | template<typename CharT> |
| 66 | constexpr auto null_term(CharT * ptr) |
| 67 | { |
| 68 | return BOOST_PARSER_SUBRANGE(ptr, detail::text::null_sentinel); |
| 69 | } |
| 70 | |
| 71 | namespace detail { |
| 72 | template<typename T> |
no outgoing calls
no test coverage detected