OpenWalnut  1.4.0
Static Public Member Functions
string_utils::fromStringImpl< std::string > Struct Template Reference

Conversion class to convert a string to a given target type. More...

#include <WStringUtils.h>

List of all members.

Static Public Member Functions

static std::string fromString (const std::string &from)
 Convert a given string to the target type.

Detailed Description

template<>
struct string_utils::fromStringImpl< std::string >

Conversion class to convert a string to a given target type.

This is a specialization whenever a string is given as input type

Definition at line 96 of file WStringUtils.h.


Member Function Documentation

static std::string string_utils::fromStringImpl< std::string >::fromString ( const std::string &  from) [inline, static]

Convert a given string to the target type.

Never fails.

Parameters:
fromsource string
Returns:
copy of the source string

Definition at line 105 of file WStringUtils.h.


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