Utility wrapper to construct name_t without initializing the string pointer.
More...
#include <adobe/name.hpp>
Detailed Description
- Promotes To:
- adobe::name_t
- Rationale:
- The primary purpose of const_once_name_t is to provide a name_t implementation that can be used in a multithreaded environment as a static variable. Because its construction does nothing to initialize the value of the name_t, such initialization must take place during a threadsafe intialization function (boost::call_once, for instance).