PCL
pcl::ISO8601ConversionOptionsNoTimeZone Struct Reference

Formatting options for string representations of dates and times in ISO 8601 format. Special variant to disable time zone specifiers. More...

#include <String.h>

+ Inheritance diagram for pcl::ISO8601ConversionOptionsNoTimeZone:

Public Member Functions

constexpr ISO8601ConversionOptionsNoTimeZone (unsigned timeItems_=3, unsigned precision_=3)
 
- Public Member Functions inherited from pcl::ISO8601ConversionOptions
 ISO8601ConversionOptions (const ISO8601ConversionOptions &)=default
 
constexpr ISO8601ConversionOptions (unsigned timeItems_=3, unsigned precision_=3, bool timeZone_=true, bool zuluTime_=true)
 
ISO8601ConversionOptionsoperator= (const ISO8601ConversionOptions &)=default
 

Additional Inherited Members

- Public Attributes inherited from pcl::ISO8601ConversionOptions
unsigned precision: 4
 
unsigned timeItems: 2
 
bool timeZone: 1
 
bool zuluTime: 1
 

Detailed Description

Constructor & Destructor Documentation

◆ ISO8601ConversionOptionsNoTimeZone()

constexpr pcl::ISO8601ConversionOptionsNoTimeZone::ISO8601ConversionOptionsNoTimeZone ( unsigned  timeItems_ = 3,
unsigned  precision_ = 3 
)
inlineconstexpr

Default constructor.

Definition at line 463 of file String.h.


The documentation for this struct was generated from the following file: