Class nest_vectorno
- Defined in File nest_vector.hpp 
Inheritance Relationships
Base Type
- public std::vector< nest_vectorno_type >
Class Documentation
- 
class nest_vectorno : public std::vector<nest_vectorno_type>
- Specialization of std::vector indicating the nests are NOTO owned by this class. - Has a to_str() method for more convenient debugging. - Public Types - 
using value_type = std::vector<nest_vectorno_type>::value_type
 - Public Functions - 
std::string to_str(void) const
- Get a string representation of the vector contents. 
 
- 
using value_type = std::vector<nest_vectorno_type>::value_type