tutrcos
|
関数 | |
template<class T > | |
constexpr std::underlying_type_t< T > | to_underlying (T value) noexcept |
template<class... Args> | |
std::string | format (const char *fmt, Args... args) |
bool | cobs_encode (const std::vector< uint8_t > &src, std::vector< uint8_t > &dest) |
bool | cobs_decode (const std::vector< uint8_t > &src, std::vector< uint8_t > &dest) |
|
inline |
|
inline |
std::string tutrcos::utility::format | ( | const char * | fmt, |
Args... | args ) |
|
constexprnoexcept |