Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface9::gfx_factory::dummy_device_selector Class Reference

#include <gfx_factory.h>

Collaboration diagram for tbb::flow::interface9::gfx_factory::dummy_device_selector:

Public Member Functions

device_type operator() (gfx_factory &)
 

Detailed Description

Definition at line 227 of file gfx_factory.h.

Member Function Documentation

◆ operator()()

device_type tbb::flow::interface9::gfx_factory::dummy_device_selector::operator() ( gfx_factory )
inline

Definition at line 229 of file gfx_factory.h.

229  {
230  return device_type();
231  }

The documentation for this class was generated from the following file:

Copyright © 2005-2019 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.