Home
last modified time | relevance | path

Searched defs:swap_half_bytes (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/gil/io/
Dbit_operations.hpp123 struct swap_half_bytes struct
125 void operator()(Buffer&) {}; in operator ()()
129 struct swap_half_bytes<Buffer, std::true_type> struct
131 void operator()(Buffer& buffer) in operator ()()
137 void operator()(byte_t* dst, std::size_t size) in operator ()()
148 static void swap(byte_t& c) in swap()