facade_pattern::Facade
-
class Facade
The Facade provides a simplified interface to the subsystems.
The Facade delegates requests from the client to the appropriate subsystems, hiding their complexity.
Public Functions
-
inline std::string operation() const
Executes a high-level operation by coordinating subsystems.
- Returns:
A string describing the combined operations.
-
inline std::string operation() const