TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ output_adapter() [1/3]

template<typename CharType , typename StringType = std::basic_string<CharType>>
template<typename AllocatorType = std::allocator<CharType>>
nlohmann::detail::output_adapter< CharType, StringType >::output_adapter ( std::vector< CharType, AllocatorType > &  vec)
inline

Definition at line 13761 of file json.hpp.

13762 : oa(std::make_shared<output_vector_adapter<CharType, AllocatorType>>(vec)) {}