MCPcopy Create free account
hub / github.com/Kitware/VTK / gt_pair_float_string

Class gt_pair_float_string

Utilities/DICOMParser/DICOMAppHelper.cxx:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70};
71
72struct gt_pair_float_string
73{
74 bool operator()(
75 const std::pair<float, std::string>& s1, const std::pair<float, std::string>& s2) const
76 {
77 return s1.first > s2.first;
78 }
79};
80
81DICOMAppHelper::DICOMAppHelper()
82{

Calls

no outgoing calls

Tested by

no test coverage detected