26#ifndef ROUTER_SRC_REST_MRS_SRC_HELPER_CONTAINER_TO_STRING_H_
27#define ROUTER_SRC_REST_MRS_SRC_HELPER_CONTAINER_TO_STRING_H_
39 assert(
false &&
"Not usable, defined just to compile the code below.");
45template <
typename PairFirst,
typename PairSecond>
46std::string
to_string(
const std::pair<PairFirst, PairSecond> &pair) {
57template <
typename Container>
Definition: to_string.h:36
Definition: atomics_array.h:39
std::string to_string(const std::pair< PairFirst, PairSecond > &pair)
Definition: to_string.h:46
std::string to_string(const DummyType &)
Definition: to_string.h:38
std::string to_string(const std::optional< Type > &v)
Definition: to_string.h:46
struct result result
Definition: result.h:34