LibreOffice Module chart2 (master) 1
Public Member Functions | List of all members
chart::CommonFunctors::OUStringToDouble Struct Reference

unary function to convert an OUString into a double number. More...

#include <CommonFunctors.hxx>

Public Member Functions

double operator() (std::u16string_view rStr)
 

Detailed Description

unary function to convert an OUString into a double number.

For conversion rtl::math::StringToDouble is used.

Definition at line 92 of file CommonFunctors.hxx.

Member Function Documentation

◆ operator()()

double chart::CommonFunctors::OUStringToDouble::operator() ( std::u16string_view  rStr)
inline

Definition at line 94 of file CommonFunctors.hxx.


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