Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
decode_view::empty

Return true if the string is empty.

Synopsis
bool
empty() const;
Example
assert( decode_view( "" ).empty() );
Complexity

Constant.

Exception Safety

Throws nothing.


PrevUpHomeNext