Fn_Test class.
More...
#include <func.h>
|
const char * | member (char, int) throw (std::out_of_range) |
| A member function.
|
|
Fn_Test class.
Details about Fn_Test.
Definition at line 1 of file func.h.
◆ member()
const char * Fn_Test::member |
( |
char | c, |
|
|
int | n ) |
throw | ( | std::out_of_range ) | | | |
A member function.
- Parameters
-
c | a character. |
n | an integer. |
- Exceptions
-
std::out_of_range | parameter is out of range. |
- Returns
- a character pointer.
Definition at line 7 of file func.h.
The documentation for this class was generated from the following file:
- doxygen-1.12.0/examples/func.h