Home | Libraries | People | FAQ | More |
boost::algorithm::dissect_formatter — Empty formatter.
// In header: <boost/algorithm/string/formatter.hpp> template<typename FinderT> unspecified dissect_formatter(const FinderT & Finder);
Constructs a dissect_formatter
. Dissect formatter uses a specified finder to extract a portion of the formatted sequence. The first finder's match is returned as a result
Parameters: |
|
||
Returns: |
An instance of the |