Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
google::protobuf::contrib::utils Namespace Reference

Namespaces

namespace  internal

Classes

class  ProtoEnumIterator
class  EnumeratedProtoEnumView

Functions

template<typename E>
bool operator== (const ProtoEnumIterator< E > &a, const ProtoEnumIterator< E > &b)
template<typename E>
bool operator!= (const ProtoEnumIterator< E > &a, const ProtoEnumIterator< E > &b)
template<typename E>
EnumeratedProtoEnumView< E > EnumerateEnumValues ()

Function Documentation

◆ EnumerateEnumValues()

template<typename E>
EnumeratedProtoEnumView< E > google::protobuf::contrib::utils::EnumerateEnumValues ( )

Definition at line 125 of file proto_enum_utils.h.

◆ operator!=()

template<typename E>
bool google::protobuf::contrib::utils::operator!= ( const ProtoEnumIterator< E > & a,
const ProtoEnumIterator< E > & b )

Definition at line 105 of file proto_enum_utils.h.

◆ operator==()

template<typename E>
bool google::protobuf::contrib::utils::operator== ( const ProtoEnumIterator< E > & a,
const ProtoEnumIterator< E > & b )

Definition at line 100 of file proto_enum_utils.h.