OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
MetadataEntryComperator.h
Go to the documentation of this file.
1#pragma once
2#include "MetadataEntry.h"
3#include <memory>
4
6{
7public:
8 bool operator()(std::shared_ptr<MetadataEntry> one, std::shared_ptr<MetadataEntry> two);
9};
Definition MetadataEntryComperator.h:6
bool operator()(std::shared_ptr< MetadataEntry > one, std::shared_ptr< MetadataEntry > two)
Definition MetadataEntryComperator.cpp:6