IceBlobToObjectDeserializer< T > Struct Template Reference

#include <ArmarXCore/core/util/IceBlobToObject.h>

Public Member Functions

T deserialize (const std::string_view &sv)
 
void deserialize (T &result, const std::string_view &sv)
 

Detailed Description

template<class T>
struct armarx::IceBlobToObjectDeserializer< T >

Definition at line 55 of file IceBlobToObject.h.

Member Function Documentation

◆ deserialize() [1/2]

T deserialize ( const std::string_view &  sv)
inline

Definition at line 61 of file IceBlobToObject.h.

◆ deserialize() [2/2]

void deserialize ( T result,
const std::string_view &  sv 
)
inline

Definition at line 57 of file IceBlobToObject.h.

+ Here is the call graph for this function:

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