boost.png (6897 bytes) Home Libraries People FAQ More

PrevUpHomeNext

Function template empty

boost::algorithm::empty — Free-standing empty() function.

Synopsis

template<typename C> bool empty(const C & c);

Description

Check whether the container is empty. Uses container traits.

Copyright © 2002-2004 Pavol Droba

PrevUpHomeNext