#include "Utilities/MetricUtils.h"
#include "nonstd/call_on_destruct.h"
#include "nonstd/io.h"
#include <cstddef>
#include <limits>
#include <memory>
#include <unordered_map>
#include <unordered_set>
Go to the source code of this file.
|
template<template< typename... > class MapType, typename ValueType , typename... Rest> |
void | MapUniqueInsert (MapType< std::string, ValueType, Rest... > &_map, const std::string &_label, const ValueType &_value) noexcept |
|
◆ MapUniqueInsert()
template<template< typename... > class MapType, typename ValueType , typename... Rest>
void MapUniqueInsert |
( |
MapType< std::string, ValueType, Rest... > & |
_map, |
|
|
const std::string & |
_label, |
|
|
const ValueType & |
_value |
|
) |
| |
|
noexcept |