Skip to content

全局常量定义

木头云 edited this page Mar 4, 2020 · 5 revisions
// constants

enum : std::size_t {
    invalid_value   = (std::numeric_limits<std::size_t>::max)(),
    data_length     = 64,
    small_msg_limit = data_length,
    large_msg_cache = 32,
    default_timeut  = 100 // ms
};

Home
Tutorial

namespaces

classes

head files

Clone this wiki locally