MySQL 8.4.0
Source Code Documentation
example_math_wrapping_imp Class Reference

An example implementation of basic math example Service that uses other Service Implementation to do the job. More...

#include <example_math_wrapping_imp.h>

Static Public Member Functions

static mysql_service_status_t calculate_gcd (int a, int b, int *result) noexcept
 

Detailed Description

An example implementation of basic math example Service that uses other Service Implementation to do the job.

Member Function Documentation

◆ calculate_gcd()

mysql_service_status_t example_math_wrapping_imp::calculate_gcd ( int  a,
int  b,
int *  result 
)
staticnoexcept

The documentation for this class was generated from the following files: