Loading...
Searching...
No Matches
Classes | Namespaces | Functions
string_literal.h File Reference
#include <ostream>
#include <algorithm>

Go to the source code of this file.

Classes

struct  string_literal< N >
 

Namespaces

namespace  bbm
 

Functions

template<string_literal LIT>
constexpr decltype(LIT) operator""_sl (void)
 custom literal operator for string_literals
 

is_string_literal type trait

template<typename T >
using is_string_literal = bbm::detail::is_string_literal_impl< std::decay_t< T > >
 
template<typename T >
constexpr bool is_string_literal_v = is_string_literal<T>::value