OpenSiv3D  v0.6.5
C++20 framework for creative coding
Endian.hpp File Reference
#include "Common.hpp"
#include "detail/Endian.ipp"

Namespaces

 s3d
 

Functions

uint16 s3d::SwapEndian (uint16 value) noexcept
 エンディアンを変換します More...
 
uint32 s3d::SwapEndian (uint32 value) noexcept
 エンディアンを変換します More...
 
uint64 s3d::SwapEndian (uint64 value) noexcept
 エンディアンを変換します More...