OR-Tools  9.3
protobuf_util.h File Reference

Go to the source code of this file.

Namespaces

namespace  google
 
namespace  google::protobuf
 
namespace  google::protobuf::util
 

Functions

template<typename T >
void Truncate (RepeatedPtrField< T > *array, int new_size)
 
template<typename T >
void Truncate (RepeatedField< T > *array, int new_size)
 
template<typename RepeatedType , typename IndexContainer = std::vector<int>>
int RemoveAt (RepeatedType *array, const IndexContainer &indices)
 
template<typename T >
ParseTextOrDie (const std::string &input)