Trait that identifies string-like types such as std::string and fbstring.
Declared in <folly/Range.h>
template<class T>
struct IsSomeString
: std::false_type
| Name | Description |
|---|---|
std::false_type |
| Name | Description |
|---|---|
IsSomeString<fbstring> | Specialization marking fbstring as a string-like type. |
IsSomeString<std::basic_string<char, std::char_traits<char>, Alloc>> |