JASL  [1.2.0]-2018-09-11
Classes | Macros | Typedefs | Functions
jasl_string.hpp File Reference

Go to the source code of this file.

Classes

class  jasl::basic_string< CharT, Traits, AllocatorT >
 

Macros

#define JASL_TEMP_CONSTEXPR_FOR_PW   constexpr
 

Typedefs

typedef basic_string< char > jasl::string
 
typedef basic_string< wchar_t > jasl::wstring
 
typedef basic_string< char16_t > jasl::u16string
 
typedef basic_string< char32_t > jasl::u32string
 

Functions

template<typename CharT , typename Traits >
void jasl::swap (basic_string< CharT, Traits > &lhs, basic_string< CharT, Traits > &rhs) noexcept(noexcept(lhs.swap(rhs)))