reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
119 class VoidBool : public Function<VoidBool, void(bool)> { 124 class IntInt : public Function<IntInt, int32_t(int32_t)> { 134 class AllTheTypes 143 class CustomType : public Function<CustomType, RPCFoo(RPCFoo)> { 148 class ErrorFunc : public Function<ErrorFunc, Error()> { 153 class ExpectedFunc : public Function<ExpectedFunc, Expected<uint32_t>()> {