Tatooine
byte_order.h
Go to the documentation of this file.
1#ifndef TATOOINE_VTK_XML_BYTE_ORDER_H
2#define TATOOINE_VTK_XML_BYTE_ORDER_H
3//==============================================================================
4#include <cstring>
5//==============================================================================
7//==============================================================================
9auto parse_byte_order(char const* str) -> byte_order;
10//==============================================================================
11} // namespace tatooine::vtk::xml
12//==============================================================================
13#endif
Definition: byte_order.h:6
auto parse_byte_order(char const *str) -> byte_order
byte_order
Definition: byte_order.h:8