openMSX
|
#include <strCat.hh>
Public Member Functions | |
ConcatIntegral (T t) | |
size_t | size () const |
char * | copy (char *dst) const |
char * | copyTail (char *dst, size_t n) const |
operator std::string () const | |
Static Public Attributes | |
static constexpr bool | IS_SIGNED = std::numeric_limits<T>::is_signed |
static constexpr size_t | BUF_SIZE = 1 + std::numeric_limits<T>::digits10 + IS_SIGNED |
|
inlineexplicit |
Definition at line 285 of file strCat.hh.
References strCatImpl::absHelper(), strCatImpl::ConcatIntegral< T >::IS_SIGNED, and t.
|
inline |
Definition at line 306 of file strCat.hh.
References ranges::copy().
|
inline |
Definition at line 312 of file strCat.hh.
References strCatImpl::ConcatIntegral< T >::BUF_SIZE, and ranges::copy().
|
inline |
Definition at line 319 of file strCat.hh.
References strCatImpl::ConcatIntegral< T >::size().
|
inline |
Definition at line 301 of file strCat.hh.
Referenced by strCatImpl::ConcatIntegral< T >::operator std::string().
|
staticconstexpr |
Definition at line 283 of file strCat.hh.
Referenced by strCatImpl::ConcatIntegral< T >::copyTail().
|
staticconstexpr |
Definition at line 282 of file strCat.hh.
Referenced by strCatImpl::ConcatIntegral< T >::ConcatIntegral().