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

Method call

include/boost/parser/tuple.hpp:259–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 {
258 template<typename T>
259 static constexpr auto call(T & x)
260 {
261 static_assert(
262 sizeof(T) && false,
263 "It looks like you're trying to use a struct larger than "
264 "the limit.");
265 }
266 };
267
268 template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected