Banuba SDK
Loading...
Searching...
No Matches
Enumerations
gender.hpp File Reference
#include <functional>

Go to the source code of this file.

Enumerations

enum class  gender : int { undefined , male , female }
 

Enumeration Type Documentation

◆ gender

enum class bnb::interfaces::gender : int
strong

Definition at line 14 of file gender.hpp.

14 : int {
15 undefined,
16 male,
17 female,
18};