3 #include "util/eastl.h" 4 #include <EASTL/functional.h> 13 template<
typename Result,
typename... Arguments>
21 template<
typename Result,
typename Argument0>
29 template<
typename Result>
eastl::function< Result(Arguments...)> FunctionWithArguments
Typedef for wrapping the EASTL function.
Definition: functional.h:14
The main Blowbox namespace.
Definition: image.cc:8
eastl::function< Result(Argument0)> FunctionWithArgument
Typedef for wrapping the EASTL function.
Definition: functional.h:22
eastl::function< Result()> Function
Typedef for wrapping the EASTL function.
Definition: functional.h:30