Searched defs:segment_fraction (Results 1 – 1 of 1) sorted by relevance
48 struct segment_fraction struct50 segment_identifier seg_id;51 SegmentRatio fraction;53 segment_fraction(segment_identifier const& id, SegmentRatio const& fr) in segment_fraction() function58 segment_fraction() in segment_fraction() argument61 bool operator<(segment_fraction<SegmentRatio> const& other) const in operator <()