top | up | prev | next

ByProjectName Struct

Definition at line 17 of Solution.cpp

Member Functions

bool operator()(const std::unique_ptr<Project>& left, const std::unique_ptr<Project>& right) const

Member Function Details

operator() Member Function

bool sngcm::ast::ByProjectName::operator()(const std::unique_ptr<Project >& left, const std::unique_ptr<Project >& right) const

Definition at line 19 of Solution.cpp :
 20 {
 21     return left->Name() < right->Name();
 22 }



top | up | prev | next