full

full#

stdgpu: stdgpu::stack::full
stdgpu Latest
Efficient STL-like Data Structures on the GPU

◆ full()

template<typename T , typename ContainerT = deque<T>>
STDGPU_HOST_DEVICE bool stdgpu::stack< T, ContainerT >::full ( ) const

Checks if the object is full.

Returns
True if the object is full, false otherwise