openMSX
Public Member Functions | List of all members
strCatImpl::ConcatUnit< std::string_view > Struct Reference

#include <strCat.hh>

Public Member Functions

 ConcatUnit (const std::string_view v_)
 
size_t size () const
 
char * copy (char *dst) const
 

Detailed Description

Definition at line 174 of file strCat.hh.

Constructor & Destructor Documentation

◆ ConcatUnit()

strCatImpl::ConcatUnit< std::string_view >::ConcatUnit ( const std::string_view  v_)
inlineexplicit

Definition at line 176 of file strCat.hh.

Member Function Documentation

◆ copy()

char * strCatImpl::ConcatUnit< std::string_view >::copy ( char *  dst) const
inline

Definition at line 186 of file strCat.hh.

References ranges::copy().

◆ size()

size_t strCatImpl::ConcatUnit< std::string_view >::size ( ) const
inline

Definition at line 181 of file strCat.hh.


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