https://mooseframework.inl.gov
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 38 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 40 of file MeshGenerator.h.

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

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