Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
tagged_id.h File Reference
#include <cstddef>
#include <cstdint>
#include <iterator>
#include <ostream>
#include <string>
#include <utility>
#include <vector>
#include "absl/base/attributes.h"
#include "absl/log/check.h"
#include "absl/strings/str_format.h"

Go to the source code of this file.

Classes

class  operations_research::math_opt::TaggedId< tag >
class  operations_research::math_opt::TaggedIdsConstView< tag, Container >
class  operations_research::math_opt::TaggedIdsVector< tag >

Namespaces

namespace  operations_research
 OR-Tools root namespace.
namespace  operations_research::math_opt

Typedefs

template<auto tag>
using operations_research::math_opt::TaggedIdsSpan = typename TaggedIdsVector<tag>::View

Functions

template<auto tag>
std::string operations_research::math_opt::ToString (const TaggedId< tag > &id)
template<auto tag>
std::ostream & operations_research::math_opt::operator<< (std::ostream &ostr, const TaggedId< tag > &id)
template<typename Sink, auto tag>
void operations_research::math_opt::AbslStringify (Sink &sink, const TaggedId< tag > &id)