MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / DoubleSequence

Class DoubleSequence

tests/gtest/gtest.h:7594–7594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7592// Double the IndexSequence, and one if plus_one is true.
7593template <bool plus_one, typename T, size_t sizeofT>
7594struct DoubleSequence;
7595template <size_t... I, size_t sizeofT>
7596struct DoubleSequence<true, IndexSequence<I...>, sizeofT> {
7597 using type = IndexSequence<I..., (sizeofT + I)..., 2 * sizeofT>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected