Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
utf32_counter Struct Reference

Public Types

typedef size_t value_type

Static Public Member Functions

static value_type low (value_type result, uint32_t)
static value_type high (value_type result, uint32_t)

Detailed Description

Definition at line 1574 of file pugixml.cc.

Member Typedef Documentation

◆ value_type

typedef size_t utf32_counter::value_type

Definition at line 1576 of file pugixml.cc.

Member Function Documentation

◆ high()

value_type utf32_counter::high ( value_type result,
uint32_t  )
inlinestatic

Definition at line 1583 of file pugixml.cc.

1584 {
1585 return result + 1;
1586 }

◆ low()

value_type utf32_counter::low ( value_type result,
uint32_t  )
inlinestatic

Definition at line 1578 of file pugixml.cc.

1579 {
1580 return result + 1;
1581 }

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