struct RelocatableTag

Declaration

template <class T>
struct RelocatableTag { /* full declaration omitted */ };

Description

Detects the presence and value of the static const member `T::SusUnsafeTrivialRelocate`. The static member is created by `sus_class_trivially_relocatable()` and similar macros.

Declared at: sus/mem/relocate.h:35

Templates

T

Method Overview

  • public static constexpr bool value(...)
  • public static constexpr bool value(int)

Methods

static constexpr bool value(...)

Declared at: sus/mem/relocate.h:36

static constexpr bool value(int)

Declared at: sus/mem/relocate.h:38

Parameters

int