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

Method decl

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

Source from the content-addressed store, hash-verified

463
464 template<class T>
465 std::string decl(const std::string &name) const
466 {
467 return type<T>() + " " + name;
468 }
469
470 template<class T, class Expr>
471 std::string decl(const std::string &name, const Expr &init) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected