36namespace arrangement_detail {
53template <
typename T >
78template <
typename T >
90template <
typename T >
121template <
typename T >
#define BIO_SANITIZE(test, success, failure)
Definition SanitizeMacros.h:94
Definition ByteStream.h:63
Definition ImmutableString.h:38
type::EnableIf< type::IsPointerImplementation< T >::sValue, bool >::Type CompareExternalPointer(const ByteStream &external, const T &internalValue)
Definition Comparisons.h:94
bool IsTypeNameEquivalent(const String &externalName, const ImmutableString &internalName)
Definition Comparisons.h:38
type::EnableIf< type::IsPrimitiveImplementation< T >::sValue, bool >::Type CompareExternalPrimitive(const ByteStream &external, const T &internalValue)
Definition Comparisons.h:57
String NormalizeTypeName(const String &name)
Definition NormalizeTypeName.h:41
Definition FinalCell.h:29
Definition IsPointer.h:38
Definition IsPointer.h:79
Definition IsPrimitive.h:120