gemmi/third_party/tao/pegtl/internal/endian.hpp file

Contents

Namespaces

namespace tao
namespace tao::TAO_PEGTL_NAMESPACE
namespace tao::TAO_PEGTL_NAMESPACE::internal

Functions

template<typename N>
auto h_to_be(const N n) -> N noexcept
template<typename N>
auto be_to_h(const N n) -> N noexcept
template<typename N>
auto be_to_h(const void* p) -> N noexcept
template<typename N>
auto h_to_le(const N n) -> N noexcept
template<typename N>
auto le_to_h(const N n) -> N noexcept
template<typename N>
auto le_to_h(const void* p) -> N noexcept