FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cxx11-test-constexpr.cpp File Reference

Go to the source code of this file.

Functions

constexpr int square (int x)
 
constexpr int the_answer ()
 
int main ()
 

Function Documentation

int main ( void  )

Definition at line 11 of file cxx11-test-constexpr.cpp.

constexpr int square ( int  x)

Definition at line 1 of file cxx11-test-constexpr.cpp.

constexpr int the_answer ( )

Definition at line 6 of file cxx11-test-constexpr.cpp.