| 62 | } |
| 63 | template<typename u16_type> |
| 64 | inline uint16_t mask16(u16_type oc) |
| 65 | { |
| 66 | return static_cast<uint16_t>(0xffff & oc); |
| 67 | } |
| 68 | template<typename octet_type> |
| 69 | inline bool is_trail(octet_type oc) |
| 70 | { |
no outgoing calls
no test coverage detected