Embedded Template Library  1.0
to_wstring.h File Reference
#include "platform.h"
#include "type_traits.h"
#include "wstring.h"
#include "wformat_spec.h"
#include "private/to_string_helper.h"

Go to the source code of this file.

Namespaces

 etl
 

Functions

template<typename T >
etl::enable_if<!etl::is_same< T, etl::iwstring >::value &&!etl::is_same< T, etl::wstring_view >::value, const etl::iwstring & >::type etl::to_string (const T value, etl::iwstring &str, bool append=false)
 
template<typename T >
etl::enable_if<!etl::is_same< T, etl::iwstring >::value &&!etl::is_same< T, etl::wstring_view >::value, const etl::iwstring & >::type etl::to_string (const T value, etl::iwstring &str, const etl::wformat_spec &format, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::iwstring >::value, const etl::iwstring & >::type etl::to_string (const T &value, etl::iwstring &str, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::iwstring >::value, const etl::iwstring & >::type etl::to_string (const etl::iwstring &value, T &str, const etl::wformat_spec &format, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::wstring_view >::value, const etl::iwstring & >::type etl::to_string (T value, etl::iwstring &str, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::wstring_view >::value, const etl::iwstring & >::type etl::to_string (T value, etl::iwstring &str, const etl::wformat_spec &format, bool append=false)