13#ifndef ATHCONTAINERSINTERFACES_TOTRANSIENT_H
14#define ATHCONTAINERSINTERFACES_TOTRANSIENT_H
71template <
class T,
class U>
76bool noToTransient1 (
int,
typename T::noToTransient =
typename T::noToTransient()) {
return true; }
Define a hook for running code after an object has been read.
static void toTransient(T &, const EventContext &)
int noToTransient
This definition flags taht we can skip actually calling toTransient for this type.
static void toTransient(T &)
constexpr bool noToTransient()
Helper to test if T::noToTransient exists as a typedef.
constexpr bool noToTransient1(U)