MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / is_string

Function is_string

include/nlohmann/json.hpp:21412–21415  ·  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

21410 /// @brief return whether value is a string
21411 /// @sa https://json.nlohmann.me/api/basic_json/is_string/
21412 constexpr bool is_string() const noexcept
21413 {
21414 return m_data.m_type == value_t::string;
21415 }
21416
21417 /// @brief return whether value is a binary array
21418 /// @sa https://json.nlohmann.me/api/basic_json/is_binary/

Callers 4

is_primitiveFunction · 0.85
get_impl_ptrFunction · 0.85
eraseFunction · 0.85
swapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected