Go to the documentation of this file.
11#ifndef TLX_DEFINE_ATTRIBUTE_ALWAYS_INLINE_HEADER
12#define TLX_DEFINE_ATTRIBUTE_ALWAYS_INLINE_HEADER
22#if defined(__GNUC__) || defined(__clang__)
23#define TLX_ATTRIBUTE_ALWAYS_INLINE __attribute__ ((always_inline))
25#define TLX_ATTRIBUTE_ALWAYS_INLINE