Skip to content

Commit 2097fde

Browse files
committed
Try to help with conversion operator.
1 parent ef4ccdb commit 2097fde

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/application_business_rules/serial_interface/TaskIterator.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ class TaskObjectIterator
1616
{
1717
}
1818

19+
operator reference_type() const
20+
{
21+
return this->operator*();
22+
}
23+
1924
reference_type operator*() const
2025
{
2126
return {

0 commit comments

Comments
 (0)