Crossfire Server, Trunk
nonstd::sv_lite Namespace Reference

Functions

template<class CharT , class Traits >
std::basic_string< CharT, Traits > to_string (basic_string_view< CharT, Traits > v)
 
template<class CharT , class Traits , class Allocator >
std::basic_string< CharT, Traits, Allocator > to_string (basic_string_view< CharT, Traits > v, Allocator const &a)
 
template<class CharT , class Traits , class Allocator >
basic_string_view< CharT, Traits > to_string_view (std::basic_string< CharT, Traits, Allocator > const &s)
 

Function Documentation

◆ to_string() [1/2]

template<class CharT , class Traits >
std::basic_string<CharT, Traits> nonstd::sv_lite::to_string ( basic_string_view< CharT, Traits >  v)

Definition at line 1377 of file inja.hpp.

Referenced by nssv_DISABLE_MSVC_WARNINGS().

+ Here is the caller graph for this function:

◆ to_string() [2/2]

template<class CharT , class Traits , class Allocator >
std::basic_string<CharT, Traits, Allocator> nonstd::sv_lite::to_string ( basic_string_view< CharT, Traits >  v,
Allocator const &  a 
)

Definition at line 1382 of file inja.hpp.

References disinfect::a.

Referenced by inja::Renderer::get_argument_vector(), inja::Renderer::get_arguments(), and inja::Renderer::visit().

+ Here is the caller graph for this function:

◆ to_string_view()

template<class CharT , class Traits , class Allocator >
basic_string_view<CharT, Traits> nonstd::sv_lite::to_string_view ( std::basic_string< CharT, Traits, Allocator > const &  s)

Definition at line 1389 of file inja.hpp.