Defines | |
| #define | STLSOFT_INLINE inline |
| inline pseudo-keyword | |
| #define STLSOFT_INLINE inline |
inline pseudo-keyword
Resolves to inline in C++ compilation. In C, resolves to inline for compilers that support C99, or otherwise STLSOFT_CUSTOM_C_INLINE if defined, or otherwise defaults to static
1.5.6