omni::system::endian_type::name
NAME

omni::system::endian_type::name

A member of omni::system::endian_type

#include <omni/system.hpp>
omni::string_t omni::system::endian_type::name

SYNOPSIS

A simple tag that can be used to assign a name to this object.

top

DESCRIPTION

The name member can be used to assign a string value to this object. This is only declared and defined if the OMNI_OBJECT_NAME macro is defined.

top

CONSIDERATIONS

This is a public member and not protected by any locks.

top