libGulliBLE
ble::controller::dyn_c_vec< T > Struct Template Reference

Public Member Functions

void resize (std::size_t new_size)
 

Public Attributes

std::unique_ptr< T[]> v = nullptr
 
std::size_t size = 0
 

Member Function Documentation

◆ resize()

template<class T >
void ble::controller::dyn_c_vec< T >::resize ( std::size_t  new_size)
inline

Member Data Documentation

◆ size

template<class T >
std::size_t ble::controller::dyn_c_vec< T >::size = 0

◆ v

template<class T >
std::unique_ptr<T[]> ble::controller::dyn_c_vec< T >::v = nullptr

The documentation for this struct was generated from the following file: