TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
write_bson_null()
template<typename BasicJsonType , typename CharType >
void
nlohmann::detail::binary_writer
< BasicJsonType, CharType >::write_bson_null
(
const string_t &
name
)
inline
private
Writes a BSON element with key
name
and null value.
Definition at line
14856
of file
json.hpp
.
14857
{
14858
write_bson_entry_header
(name, 0x0A);
14859
}
nlohmann::detail::binary_writer::write_bson_entry_header
void write_bson_entry_header(const string_t &name, const std::uint8_t element_type)
Writes the given element_type and name to the output adapter.
Definition:
json.hpp:14803
nlohmann
detail
binary_writer
Generated on Thu Apr 7 2022 14:11:00 for TerraForge3D by
1.9.3