![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include "convertToString.h"
Go to the source code of this file.
Functions | |
template<> | |
std::string | convertToString< std::string > (const std::string &val) |
Convert a value to string (specialisation for string) More... | |
template<> | |
std::string | stringToValue< std::string > (const std::string &str) |
Convert a string to value (specialisation for string) More... | |
std::string convertToString< std::string > | ( | const std::string & | val | ) |
Convert a value to string (specialisation for string)
val | : value |
Definition at line 15 of file convertToString.cpp.
std::string stringToValue< std::string > | ( | const std::string & | str | ) |
Convert a string to value (specialisation for string)
str | : string |
Definition at line 24 of file convertToString.cpp.
References createReleaseCurl::str.