#include <soci_helper.h>
Definition at line 62 of file soci_helper.h.
◆ base_type
| typedef int soci::type_conversion< bool >::base_type |
◆ from_base()
| void soci::type_conversion< bool >::from_base |
( |
base_type | a_, |
|
|
indicator | ind, |
|
|
bool & | mi ) |
|
inlinestatic |
Definition at line 66 of file soci_helper.h.
67 {
68 if (ind == i_null)
69 {
70 mi = false;
71
72 }
73 mi = a_? true:false;
74
75 }
◆ to_base()
| void soci::type_conversion< bool >::to_base |
( |
const bool & | mi, |
|
|
base_type & | i, |
|
|
indicator & | ind ) |
|
inlinestatic |
Definition at line 77 of file soci_helper.h.
78 {
79 i = mi? 1:0;
80 ind = i_ok;
81 }
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/contrib/epee/include/soci_helper.h