OpenMS
Loading...
Searching...
No Matches
OpenMS::IsFCMap Concept Reference

#include <OpenMS/ANALYSIS/MAPMATCHING/MapAlignmentAlgorithmIdentification.h>

Concept definition

template<typename MapType>
concept OpenMS::IsFCMap = std::same_as<MapType, OpenMS::FeatureMap> || std::same_as<MapType, OpenMS::ConsensusMap>
Definition MapAlignmentAlgorithmIdentification.h:31