https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Public Member Functions | List of all members
MeshGenerator::Comparator Struct Reference

Comparator for MeshGenerators that sorts by name. More...

#include <MeshGenerator.h>

Public Member Functions

bool operator() (const MeshGenerator *const &a, const MeshGenerator *const &b) const
 

Detailed Description

Comparator for MeshGenerators that sorts by name.

Definition at line 39 of file MeshGenerator.h.

Member Function Documentation

◆ operator()()

bool MeshGenerator::Comparator::operator() ( const MeshGenerator *const &  a,
const MeshGenerator *const &  b 
) const
inline

Definition at line 41 of file MeshGenerator.h.

42 {
43 return a->name() < b->name();
44 }
const std::string & name() const
Get the name of the class.
Definition MooseBase.h:103

The documentation for this struct was generated from the following file: