Public Types | |
| using | impl = std::vector< T > |
| using | const_iterator = typename impl::const_iterator |
| using | value_type = typename impl::value_type |
Public Member Functions | |
| const_iterator | cbegin () const |
Public Attributes | |
| impl | v |
Definition at line 12 of file set_ptr_customization_t.cc.
| using custom::collection< T >::const_iterator = typename impl::const_iterator |
Definition at line 14 of file set_ptr_customization_t.cc.
| using custom::collection< T >::impl = std::vector<T> |
Definition at line 13 of file set_ptr_customization_t.cc.
| using custom::collection< T >::value_type = typename impl::value_type |
Definition at line 15 of file set_ptr_customization_t.cc.
|
inline |
Definition at line 17 of file set_ptr_customization_t.cc.
| impl custom::collection< T >::v |
Definition at line 21 of file set_ptr_customization_t.cc.
1.8.11