Skip to content

Commit

Permalink
doc: Add GenericRepeatedlyRequestContext to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Jun 6, 2022
1 parent 14e6ce9 commit 8b86148
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/agrpc/repeatedlyRequestContext.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ class RepeatedlyRequestContext
}
};

/**
* @brief The RepeatedlyRequestContext for generic RPC requests
*/
template <class Allocator = std::allocator<void>>
using GenericRepeatedlyRequestContext = agrpc::RepeatedlyRequestContext<
typename std::allocator_traits<Allocator>::template rebind_alloc<detail::GenericRPCContext>>;
Expand Down

0 comments on commit 8b86148

Please sign in to comment.