TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ name()

static std::string nlohmann::detail::exception::name ( const std::string &  ename,
int  id_ 
)
inlinestaticprotected

Definition at line 2665 of file json.hpp.

2666 {
2667 return "[json.exception." + ename + "." + std::to_string(id_) + "] ";
2668 }