MCPcopy Create free account
hub / github.com/Tencent/mars / is_space

Function is_space

mars/boost/algorithm/string/classification.hpp:56–60  ·  view source on GitHub ↗

is_space predicate ! Construct the \c is_classified predicate for the \c ctype_base::space category. \param Loc A locale used for classification \return An instance of the \c is_classified predicate */

Source from the content-addressed store, hash-verified

54 \return An instance of the \c is_classified predicate
55 */
56 inline detail::is_classifiedF
57 is_space(const std::locale& Loc=std::locale())
58 {
59 return detail::is_classifiedF(std::ctype_base::space, Loc);
60 }
61
62 //! is_alnum predicate
63 /*!

Callers 6

trim_left_copyFunction · 0.85
trim_leftFunction · 0.85
trim_right_copyFunction · 0.85
trim_rightFunction · 0.85
trim_copyFunction · 0.85
trimFunction · 0.85

Calls 1

is_classifiedFClass · 0.85

Tested by

no test coverage detected