SUNphi
1.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Inline.hpp
Go to the documentation of this file.
1
#
ifndef
_INLINE_HPP
2
#
define
_INLINE_HPP
3
4
/// \file Inline.hpp
5
///
6
/// \brief Force inlining of a function
7
8
/// Force inlining of a function
9
#
define
ALWAYS_INLINE
10
__attribute__
(
(
always_inline
)
)
inline
11
12
#
endif
include
metaprogramming
Inline.hpp
Generated by
1.8.11