cppx-core
Public Member Functions | List of all members
cppx::String_value_view_< Char > Class Template Reference

#include <String_value_view_.hpp>

Public Member Functions

auto is_empty () const -> Truth
 
auto length () const -> Size
 
auto temporary_access () const -> basic_string_view< Char >
 
 String_value_view_ ()
 
 String_value_view_ (const P_< const Char > s)
 
 String_value_view_ (const basic_string< Char > &s)
 

Detailed Description

template<class Char>
class cppx::String_value_view_< Char >

Definition at line 17 of file String_value_view_.hpp.

Constructor & Destructor Documentation

◆ String_value_view_() [1/3]

template<class Char>
cppx::String_value_view_< Char >::String_value_view_ ( )
inline

Definition at line 35 of file String_value_view_.hpp.

◆ String_value_view_() [2/3]

template<class Char>
cppx::String_value_view_< Char >::String_value_view_ ( const P_< const Char >  s)
inline

Definition at line 40 of file String_value_view_.hpp.

◆ String_value_view_() [3/3]

template<class Char>
cppx::String_value_view_< Char >::String_value_view_ ( const basic_string< Char > &  s)
inline

Definition at line 45 of file String_value_view_.hpp.

Member Function Documentation

◆ is_empty()

template<class Char>
auto cppx::String_value_view_< Char >::is_empty ( ) const -> Truth
inline

Definition at line 23 of file String_value_view_.hpp.

◆ length()

template<class Char>
auto cppx::String_value_view_< Char >::length ( ) const -> Size
inline

Definition at line 27 of file String_value_view_.hpp.

◆ temporary_access()

template<class Char>
auto cppx::String_value_view_< Char >::temporary_access ( ) const -> basic_string_view<Char>
inline

Definition at line 31 of file String_value_view_.hpp.


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