Scarab  v2.9.0
Project 8 C++ Utility Library
Public Member Functions | List of all members
C Struct Reference

Public Member Functions

int m1 (int x) noexcept
 
int m2 (int x) const noexcept
 
int m3 (int x) noexcept(true)
 
int m4 (int x) const noexcept(true)
 
int m5 (int x) noexcept(false)
 
int m6 (int x) const noexcept(false)
 
int m7 (int x) throw ()
 
int m8 (int x) const throw ()
 

Detailed Description

Definition at line 60 of file test_constants_and_functions.cpp.

Member Function Documentation

◆ m1()

int m1 ( int  x)
inlinenoexcept

Definition at line 61 of file test_constants_and_functions.cpp.

◆ m2()

int m2 ( int  x) const
inlinenoexcept

Definition at line 62 of file test_constants_and_functions.cpp.

◆ m3()

int m3 ( int  x)
inlinenoexcept

Definition at line 63 of file test_constants_and_functions.cpp.

◆ m4()

int m4 ( int  x) const
inlinenoexcept

Definition at line 64 of file test_constants_and_functions.cpp.

◆ m5()

int m5 ( int  x)
inlinenoexcept

Definition at line 65 of file test_constants_and_functions.cpp.

◆ m6()

int m6 ( int  x) const
inlinenoexcept

Definition at line 66 of file test_constants_and_functions.cpp.

◆ m7()

int m7 ( int  x)
throw (
)
inline

Definition at line 71 of file test_constants_and_functions.cpp.

◆ m8()

int m8 ( int  x) const
throw (
)
inline

Definition at line 72 of file test_constants_and_functions.cpp.


The documentation for this struct was generated from the following file: