TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
accept()
template<typename BasicJsonType , typename InputAdapterType >
bool
nlohmann::detail::parser
< BasicJsonType, InputAdapterType >::accept
(
const bool
strict
=
true
)
inline
public accept interface
Parameters
[in]
strict
whether to expect the last token to be EOF
Returns
whether the input is a proper JSON text
Definition at line
11149
of file
json.hpp
.
11150
{
11151
json_sax_acceptor<BasicJsonType> sax_acceptor;
11152
return
sax_parse(&sax_acceptor, strict);
11153
}
nlohmann
detail
parser
Generated on Thu Apr 7 2022 14:11:03 for TerraForge3D by
1.9.3