|
VLink 2.0.0
A high-performance communication middleware
|
Typedefs | |
| template<typename T> | |
| using | RemoveCvref = typename std::remove_cv_t<std::remove_reference_t<T>> |
| using | FormatArgs = BasicFormatArgs<char> |
Enumerations | |
| enum class | Type : uint8_t { kNone , kInt , kUint , kLongLong , kUlongLong , kBool , kChar , kFloat , kDouble , kString , kCstring , kPointer } |
Functions | |
| template<typename UIntT> | |
| int | count_digits (UIntT n) |
| template<typename CharT, typename UIntT> | |
| CharT * | write_int_digits (CharT *buf, UIntT value, int num_digits) |
Variables | |
| template<typename T> | |
| constexpr bool | kIsOutputIterator = IsOutputIteratorImpl<T>::value |
| using vlink::format::detail::FormatArgs = BasicFormatArgs<char> |
| using vlink::format::detail::RemoveCvref = typename std::remove_cv_t<std::remove_reference_t<T>> |
|
strong |
|
inline |
|
inline |
|
inlineconstexpr |