helics  2.8.1
Public Types | Static Public Member Functions | List of all members
helics::ValueConverter< std::string > Class Reference

#include <ValueConverter.hpp>

Public Types

using baseType = std::string
 

Static Public Member Functions

static data_block convert (std::string &&val)
 
static data_block convert (const std::string &val)
 
static void convert (const std::string &val, data_block &store)
 
static std::string interpret (const data_view &block)
 
static void interpret (const data_view &block, std::string &val)
 
static std::string type ()
 

Detailed Description

converter for a single string value


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