ADTF
|
Value setter specialization for std::string
.
More...
Static Public Member Functions | |
static void | setValue (CodecType &codec, const CodecIndex &codec_index, const std::string &value) |
Sets the value of the given element from std::string. More... | |
Value setter specialization for std::string
.
CodecType | The codec type. |
Definition at line 135 of file value_access.h.
|
inlinestatic |
Sets the value of the given element from std::string.
[in] | codec | The codec. |
[in] | codec_index | The index of the element. |
[in] | value | The value to set as std::string. |
throws | std::runtime_error if not found by codec |
Definition at line 143 of file value_access.h.