OpenWalnut  1.5.0dev
Static Public Member Functions | List of all members
string_utils::fromStringImpl< std::string > Struct Reference

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

#include <WStringUtils.h>

Static Public Member Functions

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

Detailed Description

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

◆ fromString()

static std::string string_utils::fromStringImpl< std::string >::fromString ( const std::string &  from)
inlinestatic

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: