#include <boost/type_traits.hpp>
#include <boost/static_assert.hpp>
#include <boost/version.hpp>
#include <boost/detail/endian.hpp>
#include <stdexcept>
Go to the source code of this file.
|
struct | vistle::detail::swap_bytes< T, sz > |
|
struct | vistle::detail::swap_bytes< T, 1 > |
|
struct | vistle::detail::swap_bytes< T, 2 > |
|
struct | vistle::detail::swap_bytes< T, 4 > |
|
struct | vistle::detail::swap_bytes< float, 4 > |
|
struct | vistle::detail::swap_bytes< T, 8 > |
|
struct | vistle::detail::swap_bytes< double, 8 > |
|
struct | vistle::detail::do_byte_swap< from, to, T > |
|
struct | vistle::detail::do_byte_swap< little_endian, little_endian, T > |
|
struct | vistle::detail::do_byte_swap< big_endian, big_endian, T > |
|
◆ _USE_BUILTIN_BSWAPS
#define _USE_BUILTIN_BSWAPS |