|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/config.hpp>#include <prc/core/basic/concepts.hpp>#include <prc/core/basic/range.hpp>#include <prc/core/basic/sequence.hpp>#include <prc/core/log/log.hpp>Go to the source code of this file.
Classes | |
| class | pRC::String< N > |
Namespaces | |
| namespace | pRC |
Concepts | |
| concept | pRC::IsString |
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) |