openMSX
Public Member Functions | List of all members
strCatImpl::ConcatFixedWidthHexIntegral< N, Case, T > Struct Template Reference

#include <strCat.hh>

Public Member Functions

 ConcatFixedWidthHexIntegral (T t_)
 
size_t size () const
 
char * copy (char *dst) const
 

Detailed Description

template<size_t N, HexCase Case, std::integral T>
struct strCatImpl::ConcatFixedWidthHexIntegral< N, Case, T >

Definition at line 373 of file strCat.hh.

Constructor & Destructor Documentation

◆ ConcatFixedWidthHexIntegral()

template<size_t N, HexCase Case, std::integral T>
strCatImpl::ConcatFixedWidthHexIntegral< N, Case, T >::ConcatFixedWidthHexIntegral ( t_)
inlineexplicit

Definition at line 375 of file strCat.hh.

References t.

Member Function Documentation

◆ copy()

template<size_t N, HexCase Case, std::integral T>
char * strCatImpl::ConcatFixedWidthHexIntegral< N, Case, T >::copy ( char *  dst) const
inline

Definition at line 385 of file strCat.hh.

References lower, repeat(), and t.

◆ size()

template<size_t N, HexCase Case, std::integral T>
size_t strCatImpl::ConcatFixedWidthHexIntegral< N, Case, T >::size ( ) const
inline

Definition at line 380 of file strCat.hh.


The documentation for this struct was generated from the following file: