cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
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_t | stat_bench::param::ParameterDict | |
clone_without(const ParameterName ¶m_name) const -> ParameterDict | stat_bench::param::ParameterDict | |
empty() const noexcept -> bool | stat_bench::param::ParameterDict | |
format_to(fmt::format_context::iterator out) const -> fmt::format_context::iterator | stat_bench::param::ParameterDict | |
get(const ParameterName ¶m_name) const -> const T & | stat_bench::param::ParameterDict | inline |
get_as_double(const ParameterName ¶m_name) const -> double | stat_bench::param::ParameterDict | |
get_as_variant(const ParameterName ¶m_name) const -> ParameterValueVariant | stat_bench::param::ParameterDict | |
has(const ParameterName ¶m_name) const -> bool | stat_bench::param::ParameterDict | |
operator!=(const ParameterDict &rhs) const -> bool | stat_bench::param::ParameterDict | |
operator==(const ParameterDict &rhs) const -> bool | stat_bench::param::ParameterDict | |
ParameterDict(util::OrderedMap< ParameterName, ParameterValue > data) | stat_bench::param::ParameterDict | explicit |