|
Maze Builder Docs 8.2.1
|
Class for enforcing contracts on the runtime. More...
#include <app_contract.h>
Public Member Functions | |
| virtual std::string_view | apply (std::string_view unformatted_sv) noexcept=0 |
| Apply the contract to the given unformatted string view. | |
Class for enforcing contracts on the runtime.
|
nodiscardpure virtualnoexcept |
Apply the contract to the given unformatted string view.
| unformatted_sv | The unformatted string view to apply the contract to |
Implemented in mazes::runtime_app.