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

Function trim

include/win/boost/algorithm/string/trim.hpp:373–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 */
372 template<typename SequenceT>
373 inline void trim(SequenceT& Input, const std::locale& Loc=std::locale())
374 {
375 ::boost::algorithm::trim_if(
376 Input,
377 is_space( Loc ) );
378 }
379
380 } // namespace algorithm
381

Callers 15

wallet_openMethod · 0.50
wallet_createMethod · 0.50
get_lineFunction · 0.50
lualib_http_requestFunction · 0.50
lualib_http_acceptFunction · 0.50
andauxFunction · 0.50
b_orFunction · 0.50
b_xorFunction · 0.50
b_notFunction · 0.50
b_shiftFunction · 0.50
b_arshiftFunction · 0.50
b_rotFunction · 0.50

Calls 2

trim_ifFunction · 0.85
is_spaceFunction · 0.70

Tested by

no test coverage detected