time_point_units
facet gives useful information about the time_point pattern, the text associated to a time_point's epoch,
More...
#include <time_point_units.hpp>
|
static std::locale::id | id |
| Unique identifier for this type of facet. More...
|
|
template<typename CharT = char>
class boost::chrono::time_point_units< CharT >
time_point_units
facet gives useful information about the time_point pattern, the text associated to a time_point's epoch,
template<typename CharT = char>
Type of character the facet is instantiated on.
template<typename CharT = char>
Type of character string used by member functions.
template<typename CharT = char>
Construct a time_point_units
facet.
- Parameters
-
refs | Construct a time_point_units facet. If the refs argument is 0 then destruction of the object is delegated to the locale , or locales, containing it. This allows the user to ignore lifetime management issues. On the other had, if refs is 1 then the object must be explicitly deleted; the locale will not do so. In this case, the object can be maintained across the lifetime of multiple locales. |
template<typename CharT = char>
template<typename CharT = char>
template<typename CharT = char>
template<typename CharT = char>
template<typename Clock >
template<typename CharT = char>
template<typename CharT = char>
Unique identifier for this type of facet.
The documentation for this class was generated from the following file: