struct LessThan

Defined at line 31 of file ../../src/storage/volume_image/partition.h

Defines a strict and unique ordering between unique partitions.

Partitions are first ordered lexicographically by name, and then instance GUID.

Public Methods

bool operator() (const Partition & lhs, const Partition & rhs)

Returns true if |lhs| partition should be before |rhs| partition.

Defined at line 18 of file ../../src/storage/volume_image/partition.cc