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

Class EnableIf

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

Source from the content-addressed store, hash-verified

7431// overload only apply when a particular expression is true, add
7432// "typename EnableIf<expression>::type* = 0" as the last parameter.
7433template<bool> struct EnableIf;
7434template<> struct EnableIf<true> { typedef void type; }; // NOLINT
7435
7436// Utilities for native arrays.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected