MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / IsTheSameAs

Function IsTheSameAs

3rdparty/flatbuffers/flatbuffers/base.h:465–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463// T e - new value of a scalar field.
464// T def - default of scalar (is known at compile-time).
465template<typename T> inline bool IsTheSameAs(T e, T def) { return e == def; }
466
467#if defined(FLATBUFFERS_NAN_DEFAULTS) && \
468 defined(FLATBUFFERS_HAS_NEW_STRTOD) && (FLATBUFFERS_HAS_NEW_STRTOD > 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected