ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Typedefs
RStringView.h File Reference
#include "RConfigure.h"
#include "RWrap_libcpp_string_view.h"
Include dependency graph for RStringView.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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