29 static constexpr
size_t LENGTH_MIN = 1;
30 static constexpr
size_t LENGTH_MAX = 32;
33 PitToken::validate()
const
35 if (size() < LENGTH_MIN || size() > LENGTH_MAX) {
Represent a PIT token field.
Represents an error in TLV encoding or decoding.
std::string to_string(const errinfo_stacktrace &x)
std::ostream & operator<<(std::ostream &os, CachePolicyType policy)
void printHex(std::ostream &os, uint64_t num, bool wantUpperCase)
Output the hex representation of num to the output stream os.