#include <ce_string.h>
template<size_t N>
constexpr emp::ce_string::ce_string |
( |
const char(&) |
in[N] | ) |
|
|
inline |
constexpr emp::ce_string::ce_string |
( |
const ce_string & |
in | ) |
|
|
default |
emp::ce_string::operator std::string |
( |
| ) |
const |
|
inline |
constexpr bool emp::ce_string::operator!= |
( |
const ce_string & |
in | ) |
const |
|
inline |
constexpr bool emp::ce_string::operator< |
( |
const ce_string & |
in | ) |
const |
|
inline |
constexpr bool emp::ce_string::operator<= |
( |
const ce_string & |
in | ) |
const |
|
inline |
constexpr bool emp::ce_string::operator== |
( |
const ce_string & |
in | ) |
const |
|
inline |
constexpr bool emp::ce_string::operator> |
( |
const ce_string & |
in | ) |
const |
|
inline |
constexpr bool emp::ce_string::operator>= |
( |
const ce_string & |
in | ) |
const |
|
inline |
constexpr char emp::ce_string::operator[] |
( |
const size_t |
pos | ) |
const |
|
inline |
constexpr size_t emp::ce_string::size |
( |
| ) |
const |
|
inline |
std::string emp::ce_string::ToString |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: