btool
A parser/converter/transpiler for .bib files
StyleProperties.cpp
Go to the documentation of this file.
1
#include <
StyleProperties.hpp
>
2
8
auto
StyleProperties::operator==
(
const
StyleProperties
&other)
const
noexcept ->
bool
{
9
return
name
== other.name
10
&& requiredFields == other.requiredFields
11
&& optionalFields == other.optionalFields;
12
}
StyleProperties
style-properties-container
Definition:
StyleProperties.hpp:11
name
char const *const name
Definition:
HtmlGenerator.hpp:53
StyleProperties::operator==
auto operator==(const StyleProperties &other) const noexcept -> bool
Definition:
StyleProperties.cpp:8
StyleProperties.hpp
src
StyleProperties.cpp
Generated by
1.8.19