JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
juce::StringCopier< CharPointerType_Src, CharPointerType_Dest > Struct Template Reference

Static Public Member Functions

static size_t copyToBuffer (const CharPointerType_Src source, typename CharPointerType_Dest::CharType *const buffer, const size_t maxBufferSizeBytes)
 

Detailed Description

template<class CharPointerType_Src, class CharPointerType_Dest>
struct juce::StringCopier< CharPointerType_Src, CharPointerType_Dest >

Definition at line 2091 of file juce_String.cpp.

Member Function Documentation

◆ copyToBuffer()

static size_t juce::StringCopier< CharPointerType_Src, CharPointerType_Dest >::copyToBuffer ( const CharPointerType_Src  source,
typename CharPointerType_Dest::CharType *const  buffer,
const size_t  maxBufferSizeBytes 
)
static

Definition at line 2093 of file juce_String.cpp.


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