pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
string.hpp File Reference
#include <prc/core/basic/range.hpp>
#include <prc/core/basic/sequence.hpp>
#include <prc/core/basic/type_traits.hpp>
#include <prc/core/container/type_traits.hpp>

Go to the source code of this file.

Classes

class  pRC::String< N >
 

Namespaces

namespace  pRC
 

Functions

 pRC::String (char const &) -> String< 1 >
 
template<Size N>
 pRC::String (char const (&)[N]) -> String< N - 1 >
 
template<Size M, Size N>
static constexpr auto pRC::operator+ (String< M > const &lhs, String< N > const &rhs)
 
template<Size M, Size N>
static constexpr auto pRC::operator+ (String< M > const &lhs, char const (&rhs)[N])
 
template<Size M, Size N>
static constexpr auto pRC::operator+ (char const (&lhs)[M], String< N > const &rhs)