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

Method expr

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

Source from the content-addressed store, hash-verified

493
494 template<class T>
495 detail::meta_kernel_variable<T> expr(const std::string &expr) const
496 {
497 type<T>();
498
499 return detail::meta_kernel_variable<T>(expr);
500 }
501
502 // define stream operators for scalar and vector types
503 BOOST_COMPUTE_META_KERNEL_DECLARE_TYPE_STREAM_OPERATORS(char)

Callers 1

meta_kernel.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected