24#ifndef EXAMPLE_MATH_WRAPPING_IMP_H
25#define EXAMPLE_MATH_WRAPPING_IMP_H
An example implementation of basic math example Service that uses other Service Implementation to do ...
Definition: example_math_wrapping_imp.h:33
static mysql_service_status_t calculate_gcd(int a, int b, int *result) noexcept
Definition: example_math_wrapping_imp.cc:32
Specifies macros to define Service Implementations.
#define DEFINE_BOOL_METHOD(name, args)
A short macro to define method that returns bool, which is the most common case.
Definition: service_implementation.h:88