TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
reinterpret_bits()
template<typename Target , typename Source >
Target nlohmann::detail::dtoa_impl::reinterpret_bits
(
const Source
source
)
Definition at line
15582
of file
json.hpp
.
15583
{
15584
static_assert
(
sizeof
(Target) ==
sizeof
(Source),
"size mismatch"
);
15585
Target target;
15586
std::memcpy(&target, &source,
sizeof
(Source));
15587
return
target;
15588
}
nlohmann
detail
dtoa_impl
Generated on Thu Apr 7 2022 14:11:03 for TerraForge3D by
1.9.3