Sunshine master
Self-hosted game stream host for Moonlight.
util::endian::endianness< T > Struct Template Reference

Describes the byte order used when serializing values. More...

#include <src/utility.h>

Public Types

enum  : bool { little = true , big = !little }
 

Detailed Description

template<class T = void>
struct util::endian::endianness< T >

Describes the byte order used when serializing values.

Member Enumeration Documentation

◆ anonymous enum

template<class T = void>
anonymous enum : bool
Enumerator
little 

little-endian target architecture

big 

big-endian target architecture


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