Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit 7789ef3d8d.
PrevUpHomeNext

Type definition crc_ccitt_true_t

crc_ccitt_true_t

Synopsis

// In header: <boost/crc.hpp>


typedef crc_optimal< 16, 0x1021, 0, 0, true, true > crc_ccitt_true_t;

Description

Computation type for the actual KERMIT|CRC-16/CCITT|CRC-16/CCITT-TRUE|CRC-CCITT standard


PrevUpHomeNext