Sleeping Wombat GUI  0.100
swGUI
Classes | Functions
Converters.h File Reference
#include <string>
#include <codecvt>
#include <type_traits>
#include "swCommonLib/Common//RTTR.h"

Go to the source code of this file.

Classes

class  Convert
 

Functions

template<>
std::enable_if< !std::is_enum< std::wstring >::value, std::string >::type Convert::ToString< std::wstring > (const std::wstring &value)
 
template<>
std::enable_if< !std::is_enum< std::wstring >::value, std::wstring >::type Convert::FromString< std::wstring > (const std::string &value, const std::wstring &defaultValue)
 

Function Documentation

template<>
std::enable_if< !std::is_enum< std::wstring >::value, std::wstring >::type Convert::FromString< std::wstring > ( const std::string &  value,
const std::wstring &  defaultValue 
)
inline
template<>
std::enable_if< !std::is_enum< std::wstring >::value, std::string >::type Convert::ToString< std::wstring > ( const std::wstring &  value)
inline