STIR  6.2.0
Public Member Functions | List of all members
stir::interfile_less Struct Reference

A function object that compares Interfile keywords. More...

#include "stir/interfile_keyword_functions.h"

Public Member Functions

bool operator() (const std::string &a, const std::string &b) const
 

Detailed Description

A function object that compares Interfile keywords.

This is similar to std::less<std::string>, except that it applies standardise_interfile_keyword() on its arguments before doing the comparison.

Useful for constructing a std::map for instance.


The documentation for this struct was generated from the following file: