C:/quickbuild-1.2.13/working/root/Docs/TGEA_Offline_Docs/checkouts/engine/source/util/returnType.h File Reference


Detailed Description

Helper templates to determine the return type of functions.


Classes

struct  ReturnType< R >
struct  ReturnType< R(*)(A, B, C, D, E, F, G)>
struct  ReturnType< R(*)(A, B, C, D, E, F)>
struct  ReturnType< R(*)(A, B, C, D, E)>
struct  ReturnType< R(*)(A, B, C, D)>
struct  ReturnType< R(*)(A, B, C)>
struct  ReturnType< R(*)(A, B)>
struct  ReturnType< R(*)(A)>
struct  ReturnType< R(*)()>
struct  ReturnType< R(O::*)(A, B, C, D, E, F, G)>
struct  ReturnType< R(O::*)(A, B, C, D, E, F)>
struct  ReturnType< R(O::*)(A, B, C, D, E)>
struct  ReturnType< R(O::*)(A, B, C, D)>
struct  ReturnType< R(O::*)(A, B, C)>
struct  ReturnType< R(O::*)(A, B)>
struct  ReturnType< R(O::*)(A)>
struct  ReturnType< R(O::*)()>