TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ output_vector_adapter()

template<typename CharType , typename AllocatorType = std::allocator<CharType>>
nlohmann::detail::output_vector_adapter< CharType, AllocatorType >::output_vector_adapter ( std::vector< CharType, AllocatorType > &  vec)
inlineexplicitnoexcept

Definition at line 13687 of file json.hpp.

13688 : v(vec)
13689 {}