StormByte C++ Library 1.2.0
StormByte is a comprehensive, cross-platform C++ library aimed at easing system programming, configuration management, logging, and database handling tasks. This library provides a unified API that abstracts away the complexities and inconsistencies of different platforms (Windows, Linux).
Loading...
Searching...
No Matches
Namespaces | Functions
detail.hxx File Reference
#include <StormByte/type_traits/categories.hxx>
#include <StormByte/type_traits/object_semantics.hxx>
#include <array>
#include <bit>
#include <cstddef>
Include dependency graph for detail.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  StormByte
 Root namespace of the StormByte suite.
 
namespace  StormByte::Type
 Named concepts and small type utilities used across the suite.
 
namespace  StormByte::Type::Detail
 Private helpers.
 

Functions

template<typename U >
requires TriviallyCopyable<U> && (sizeof(U) > 0)
constexpr U StormByte::Type::Detail::swap_endian (U val) noexcept
 Reverses the object-representation byte order of val.