MCPcopy Create free account
hub / github.com/boostorg/compute / expr_to_string

Method expr_to_string

include/boost/compute/detail/meta_kernel.hpp:717–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715
716 template<class Expr>
717 static std::string expr_to_string(const Expr &expr)
718 {
719 meta_kernel tmp((std::string()));
720 tmp << expr;
721 return tmp.m_source.str();
722 }
723
724 template<class Predicate>
725 detail::invoked_function<bool, boost::tuple<Predicate> > if_(Predicate pred) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected