Template Struct bounded_str

Struct Documentation

template<typename Iterator>
struct udho::bounded_str

Public Types

typedef bounded_str<Iterator> self_type
typedef std::pair<Iterator, Iterator> pair_type

Public Functions

bounded_str(Iterator begin, Iterator end)
bounded_str(const self_type &other)
self_type &operator=(const self_type &other)
Iterator begin() const
Iterator end() const
bool invalid() const
bool valid() const
template<typename Itarator>
void copy(Itarator it) const
template<typename ContainerT>
ContainerT copied() const
std::size_t size() const

Public Members

pair_type _pair