TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
google::protobuf::io::CodedOutputStream::StaticVarintSize32< Value > Struct Template Reference

#include <coded_stream.h>

Static Public Attributes

static const int value
 

Member Data Documentation

template<uint32 Value>
const int google::protobuf::io::CodedOutputStream::StaticVarintSize32< Value >::value
static
Initial value:
=
(Value < (1 << 7))
? 1
: (Value < (1 << 14))
? 2
: (Value < (1 << 21))
? 3
: (Value < (1 << 28))
? 4
: 5

The documentation for this struct was generated from the following file: