Logo ROOT   6.14/05
Reference Guide
Classes | Namespaces | Typedefs | Functions
RStringView.hxx File Reference
#include "RConfigure.h"
#include "RWrap_libcpp_string_view.h"
Include dependency graph for RStringView.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Internal::TStringView
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Internal
 

Typedefs

template<class _CharT , class _Traits = std::char_traits<_CharT>>
using std::basic_string_view = ::std::experimental::basic_string_view< _CharT, _Traits >
 
typedef basic_string_view< char > std::string_view
 
typedef basic_string_view< char16_t > std::u16string_view
 
typedef basic_string_view< char32_t > std::u32string_view
 
typedef basic_string_view< wchar_t > std::wstring_view
 

Functions

double std::stod (std::string_view str, size_t *pos)
 

Typedef Documentation

◆ basic_string_view

template<class _CharT , class _Traits = std::char_traits<_CharT>>
using std::basic_string_view = typedef ::std::experimental::basic_string_view<_CharT,_Traits>

Definition at line 32 of file RStringView.hxx.

◆ string_view

Definition at line 35 of file RStringView.hxx.

◆ u16string_view

Definition at line 36 of file RStringView.hxx.

◆ u32string_view

Definition at line 37 of file RStringView.hxx.

◆ wstring_view

Definition at line 38 of file RStringView.hxx.

Function Documentation

◆ stod()

double std::stod ( std::string_view  str,
size_t *  pos 
)
inline

Definition at line 48 of file RStringView.hxx.