Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
0daa9e2d
Commit
0daa9e2d
authored
Nov 27, 2018
by
Michael Ott
Browse files
Add < operator to PublicSensor class
parent
bd5ce41a
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/include/dcdb/sensorconfig.h
View file @
0daa9e2d
...
...
@@ -69,6 +69,8 @@ public:
PublicSensor
();
PublicSensor
(
const
PublicSensor
&
copy
);
inline
bool
operator
<
(
const
PublicSensor
&
rhs
)
const
{
return
name
<
rhs
.
name
;}
};
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment