Embedded Template Library 1.0
Loading...
Searching...
No Matches
to_u8string.h File Reference
#include "platform.h"
#include "type_traits.h"
#include "u8string.h"
#include "u8format_spec.h"
#include "private/to_string_helper.h"

Go to the source code of this file.

Namespaces

namespace  etl
 bitset_ext
 

Functions

template<typename T >
etl::enable_if<!etl::is_same< T, etl::iu8string >::value &&!etl::is_same< T, etl::u8string_view >::value, constetl::iu8string & >::type etl::to_string (const T value, etl::iu8string &str, bool append=false)
 
template<typename T >
etl::enable_if<!etl::is_same< T, etl::iu8string >::value &&!etl::is_same< T, etl::u8string_view >::value, constetl::iu8string & >::type etl::to_string (const T value, etl::iu8string &str, const etl::u8format_spec &format, bool append=false)
 
template<typename T >
etl::enable_if<!etl::is_same< T, etl::iu8string >::value &&!etl::is_same< T, etl::u8string_view >::value, constetl::iu8string & >::type etl::to_string (const T value, uint32_t denominator_exponent, etl::iu8string &str, bool append=false)
 
template<typename T >
etl::enable_if<!etl::is_same< T, etl::iu8string >::value &&!etl::is_same< T, etl::u8string_view >::value, constetl::iu8string & >::type etl::to_string (const T value, uint32_t denominator_exponent, etl::iu8string &str, const etl::u8format_spec &format, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::iu8string >::value, constetl::iu8string & >::type etl::to_string (const T &value, etl::iu8string &str, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::iu8string >::value, constetl::iu8string & >::type etl::to_string (const etl::iu8string &value, T &str, const etl::u8format_spec &format, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::u8string_view >::value, constetl::iu8string & >::type etl::to_string (T value, etl::iu8string &str, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::u8string_view >::value, constetl::iu8string & >::type etl::to_string (T value, etl::iu8string &str, const etl::u8format_spec &format, bool append=false)