#include <exprtk.hpp>
Definition at line 397 of file exprtk.hpp.
◆ build_string()
exprtk::details::build_string::build_string |
( |
const std::size_t & |
initial_size = 64 | ) |
|
|
inlineexplicit |
Definition at line 401 of file exprtk.hpp.
402 {
404 }
bool match_impl(const Iterator pattern_begin, const Iterator pattern_end, const Iterator data_begin, const Iterator data_end, const typename std::iterator_traits< Iterator >::value_type &zero_or_more, const typename std::iterator_traits< Iterator >::value_type &exactly_one)
References data_.
◆ as_string()
std::string exprtk::details::build_string::as_string |
( |
| ) |
const |
|
inline |
◆ operator std::string()
exprtk::details::build_string::operator std::string |
( |
| ) |
const |
|
inline |
◆ operator<<() [1/2]
Definition at line 412 of file exprtk.hpp.
413 {
414 data_ += std::string(s);
415 return (*this);
416 }
References data_.
◆ operator<<() [2/2]
Definition at line 406 of file exprtk.hpp.
407 {
409 return (*this);
410 }
References data_.
◆ data_
std::string exprtk::details::build_string::data_ |
|
private |
The documentation for this class was generated from the following file: