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

Public Types

typedef wchar_t type

Static Public Member Functions

template<typename Traits>
static Traits::value_type process (const wchar_t *data, size_t size, typename Traits::value_type result, Traits traits)

Detailed Description

Definition at line 1823 of file pugixml.cc.

Member Typedef Documentation

◆ type

typedef wchar_t wchar_decoder::type

Definition at line 1825 of file pugixml.cc.

Member Function Documentation

◆ process()

template<typename Traits>
Traits::value_type wchar_decoder::process ( const wchar_t * data,
size_t size,
typename Traits::value_type result,
Traits traits )
inlinestatic

Definition at line 1827 of file pugixml.cc.

1828 {
1829 typedef wchar_selector<sizeof(wchar_t)>::decoder decoder;
1830
1831 return decoder::process(reinterpret_cast<const typename decoder::type*>(data), size, result, traits);
1832 }

Referenced by as_utf8_begin(), and as_utf8_end().


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