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 57 of file IceBlobToObject.h.

Member Function Documentation

◆ deserialize() [1/2]

template<class T>
T deserialize ( const std::string_view & sv)
inline

Definition at line 66 of file IceBlobToObject.h.

+ Here is the call graph for this function:

◆ deserialize() [2/2]

template<class T>
void deserialize ( T & result,
const std::string_view & sv )
inline

Definition at line 60 of file IceBlobToObject.h.

+ Here is the call graph for this function:

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