MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / is_string

Function is_string

src/include/nlohmann/json.hpp:1398–1401  ·  view source on GitHub ↗

@brief return whether value is a string @sa https://json.nlohmann.me/api/basic_json/is_string/

Source from the content-addressed store, hash-verified

1396 /// @brief return whether value is a string
1397 /// @sa https://json.nlohmann.me/api/basic_json/is_string/
1398 constexpr bool is_string() const noexcept
1399 {
1400 return m_data.m_type == value_t::string;
1401 }
1402
1403 /// @brief return whether value is a binary array
1404 /// @sa https://json.nlohmann.me/api/basic_json/is_binary/

Callers 15

dumpMethod · 0.85
sizeMethod · 0.85
is_iterableMethod · 0.85
emptyMethod · 0.85
for_eachMethod · 0.85
to_boolMethod · 0.85
to_intMethod · 0.85
operator<Method · 0.85
operator>Method · 0.85
to_strMethod · 0.85
operator+Method · 0.85
operator*Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected