openMSX
|
#include <strCat.hh>
Public Member Functions | |
ConcatIntegral (T t) | |
size_t | size () const |
char * | copy (char *dst) 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 |
|
inline |
Definition at line 279 of file strCat.hh.
References strCatImpl::absHelper(), strCatImpl::ConcatIntegral< T >::IS_SIGNED, and t.
|
inline |
Definition at line 300 of file strCat.hh.
References ranges::copy().
|
inline |
Definition at line 306 of file strCat.hh.
References strCatImpl::ConcatIntegral< T >::size().
|
inline |
Definition at line 295 of file strCat.hh.
Referenced by strCatImpl::ConcatIntegral< T >::operator std::string().
|
staticconstexpr |
|
staticconstexpr |
Definition at line 276 of file strCat.hh.
Referenced by strCatImpl::ConcatIntegral< T >::ConcatIntegral().