VTK  9.3.20240420
Static Public Member Functions | List of all members
Serialization< std::map< T1, T2 > > Struct Template Reference

#include <vtkMultiProcessStreamSerialization.h>

Static Public Member Functions

static void Save (vtkMultiProcessStream &stream, const std::map< T1, T2 > &map)
 
static void Load (vtkMultiProcessStream &stream, std::map< T1, T2 > &map)
 

Detailed Description

template<typename T1, typename T2>
struct Serialization< std::map< T1, T2 > >

Definition at line 109 of file vtkMultiProcessStreamSerialization.h.

Member Function Documentation

◆ Save()

template<typename T1 , typename T2 >
static void Serialization< std::map< T1, T2 > >::Save ( vtkMultiProcessStream stream,
const std::map< T1, T2 > &  map 
)
inlinestatic

Definition at line 111 of file vtkMultiProcessStreamSerialization.h.

◆ Load()

template<typename T1 , typename T2 >
static void Serialization< std::map< T1, T2 > >::Load ( vtkMultiProcessStream stream,
std::map< T1, T2 > &  map 
)
inlinestatic

Definition at line 120 of file vtkMultiProcessStreamSerialization.h.


The documentation for this struct was generated from the following file: