Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/parser
/ is_string
Class
is_string
example/json.hpp:108–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
107
template<typename T>
108
struct is_string
109
: is_range_of_char<T, remove_cv_ref_t<detected_t<has_begin, T>>>
110
{};
111
112
113
// Hashing.
Callers
2
operator=
Method · 0.85
json.hpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected