MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / is_space

Function is_space

include/win/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 10

trim_all_copyFunction · 0.70
trim_allFunction · 0.70
trim_fill_copyFunction · 0.70
trim_fillFunction · 0.70
trim_left_copyFunction · 0.70
trim_leftFunction · 0.70
trim_right_copyFunction · 0.70
trim_rightFunction · 0.70
trim_copyFunction · 0.70
trimFunction · 0.70

Calls 1

is_classifiedFClass · 0.85

Tested by

no test coverage detected