Class nest_vectorro

Inheritance Relationships

Base Type

  • public std::vector< nest_vectorro_type >

Class Documentation

class nest_vectorro : public std::vector<nest_vectorro_type>

Specialization of std::vector indicating the nests are NOT owned by this class and access is also read-only.

Has a to_str() method for more convenient debugging.

Public Types

using value_type = std::vector<nest_vectorro_type>::value_type

Public Functions

std::string to_str(void) const

Get a string representation of the vector contents.