⚠️ This documentation corresponds to the latest development branch of axmol. It might diverge from the official releases.

 
Axmol Engine 2.4.0-ce063c5
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Modules Pages
Loading...
Searching...
No Matches
PaddedString Class Referencefinal

A dedicated class for easy load padded string for simdjson parser. More...

#include <PaddedString.h>

Detailed Description

A dedicated class for easy load padded string for simdjson parser.

The only legal use case is:

auto strJson = PaddedString::load(fontatlasFile); ondemand::parser parser; ondemand::document settings = parser.iterate(strJson);


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