MCPcopy Create free account
hub / github.com/boostorg/parser / ce_int

Class ce_int

include/boost/parser/tuple.hpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176 template<int N>
177 struct ce_int
178 {
179 constexpr static int value = N;
180 };
181
182 struct whatever
183 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected