42#include <boost/predef/other/endian.h>
63#if BOOST_ENDIAN_BIG_BYTE
65#elif BOOST_ENDIAN_LITTLE_BYTE
68#error "unable to determine system endianness"
73 template <std::
size_t N>
101 template <
typename T>
Iterator class for point clouds with or without given indices.
void swap_byte_order(char *bytes)
void swap_byte_order< 1 >(char *)
@ little_endian_byte_order
void swap_byte_order< 4 >(char *bytes)
void swap_byte_order< 2 >(char *bytes)
void swap_byte_order< 8 >(char *bytes)