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::CharacterFunctions::HexParser< ResultType > Struct Template Reference

Parses a character string, to read a hexadecimal value. More...

#include "juce_CharacterFunctions.h"

Static Public Member Functions

template<typename CharPointerType >
static ResultType parse (CharPointerType t) noexcept
 

Detailed Description

template<typename ResultType>
struct juce::CharacterFunctions::HexParser< ResultType >

Parses a character string, to read a hexadecimal value.

Definition at line 491 of file juce_CharacterFunctions.h.

Member Function Documentation

◆ parse()

template<typename ResultType >
template<typename CharPointerType >
static ResultType juce::CharacterFunctions::HexParser< ResultType >::parse ( CharPointerType  t)
staticnoexcept

Definition at line 497 of file juce_CharacterFunctions.h.


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