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

Class lt_pair_float_string

Utilities/DICOMParser/DICOMAppHelper.cxx:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52};
53
54struct lt_pair_float_string
55{
56 bool operator()(
57 const std::pair<float, std::string>& s1, const std::pair<float, std::string>& s2) const
58 {
59 return s1.first < s2.first;
60 }
61};
62
63struct gt_pair_int_string
64{

Calls

no outgoing calls

Tested by

no test coverage detected