Function features
Synopsis
#include <include/bitformat.hpp>
const FeaturesSet features() const
Description
- Returns
- the bitset of the features supported by the format
Source
Lines 563-565 in src/bitformat.cpp. Line 126 in include/bitformat.hpp.
const FeaturesSet BitInOutFormat::features() const {
return mFeatures;
}