TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ if()

template<typename BasicJsonType >
nlohmann::detail::serializer< BasicJsonType >::if ( JSON_HEDLEY_LIKELY(state==UTF8_ACCEPT)  )
inline

Definition at line 17181 of file json.hpp.

17182 {
17183 // write buffer
17184 if (bytes > 0)
17185 {
17186 o->write_characters(string_buffer.data(), bytes);
17187 }
17188 }
std::array< char, 512 > string_buffer
string buffer
Definition: json.hpp:17543