MCPcopy Create free account
hub / github.com/Half-People/HImGuiEditor / is_binary

Function is_binary

API/JSON/include/nlohmann/json.hpp:1371–1374  ·  view source on GitHub ↗

@brief return whether value is a binary array @sa https://json.nlohmann.me/api/basic_json/is_binary/

Source from the content-addressed store, hash-verified

1369 /// @brief return whether value is a binary array
1370 /// @sa https://json.nlohmann.me/api/basic_json/is_binary/
1371 constexpr bool is_binary() const noexcept
1372 {
1373 return m_type == value_t::binary;
1374 }
1375
1376 /// @brief return whether value is discarded
1377 /// @sa https://json.nlohmann.me/api/basic_json/is_discarded/

Callers 5

is_primitiveFunction · 0.70
get_impl_ptrFunction · 0.70
json.hppFile · 0.70
eraseFunction · 0.70
swapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected