cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
stat_bench::param::ParameterDict Member List

This is the complete list of members for stat_bench::param::ParameterDict, including all inherited members.

as_string_dict() const -> std::unordered_map< util::Utf8String, util::Utf8String >stat_bench::param::ParameterDict
calculate_hash() const -> std::size_tstat_bench::param::ParameterDict
clone_without(const ParameterName &param_name) const -> ParameterDictstat_bench::param::ParameterDict
empty() const noexcept -> boolstat_bench::param::ParameterDict
format_to(fmt::format_context::iterator out) const -> fmt::format_context::iteratorstat_bench::param::ParameterDict
get(const ParameterName &param_name) const -> const T &stat_bench::param::ParameterDictinline
get_as_double(const ParameterName &param_name) const -> doublestat_bench::param::ParameterDict
get_as_variant(const ParameterName &param_name) const -> ParameterValueVariantstat_bench::param::ParameterDict
has(const ParameterName &param_name) const -> boolstat_bench::param::ParameterDict
operator!=(const ParameterDict &rhs) const -> boolstat_bench::param::ParameterDict
operator==(const ParameterDict &rhs) const -> boolstat_bench::param::ParameterDict
ParameterDict(util::OrderedMap< ParameterName, ParameterValue > data)stat_bench::param::ParameterDictexplicit