JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
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.

Member Function Documentation

◆ parse()

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

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