boost::urls::segments_encoded_base::size boost::urls::segments_encoded_base::size Return the number of segments Synopsis Declared in <include/boost/url/segments_encoded_base.hpp> std::size_t size() const noexcept; Description assert( url_view( "/path/to/file.txt" ).encoded_segments().size() == 3 ); Complexity Constant. Exception Safety Throws nothing. Created with MrDocs