|
Common System 0.2.0
Common interfaces and patterns for system integration
|
A type that can validate its own state. More...
#include <service.h>
A type that can validate its own state.
A type that can validate itself.
Validatable types provide a validate() method that checks internal consistency and returns a Result indicating success or validation errors.
Example usage: