Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Toggle main menu visibility
Loading...
Searching...
No Matches
UnaryFunction.h
Go to the documentation of this file.
1
/*
2
* This file is part of Project SkyFire https://www.projectskyfire.org.
3
* See LICENSE.md file for Copyright information
4
*/
5
6
#ifndef SKYFIRE_UNARY_FUNCTION_H
7
#define SKYFIRE_UNARY_FUNCTION_H
8
9
template
<
class
ArgumentType,
class
ResultType>
10
struct
unary_function
11
{
12
typedef
ArgumentType
argument_type
;
13
typedef
ResultType
result_type
;
14
};
15
16
#define SF_UNARY_FUNCTION unary_function
17
18
#endif
unary_function
Definition
UnaryFunction.h:11
unary_function::argument_type
ArgumentType argument_type
Definition
UnaryFunction.h:12
unary_function::result_type
ResultType result_type
Definition
UnaryFunction.h:13
src
server
shared
Dynamic
UnaryFunction.h
Generated on
for Project SkyFire Core by
1.17.0