template <typename T>

struct IsAliasSafe

Defined at line 84 of file ../../third_party/github.com/google/emboss/src/runtime/cpp/emboss_cpp_types.h

IsAliasSafe

<T

>::value is true if T is an alias safe type; i.e. const?

volatile? (unsigned)? char | std::byte.

Public Members

static const bool value