Optimized Belief Propagation (CPU and GPU)
RunTypeConstraints.h File Reference

Define constraints for data type in processing. More...

#include <type_traits>
Include dependency graph for RunTypeConstraints.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

template<typename T >
concept RunData_ptr
 

Detailed Description

Define constraints for data type in processing.

Author
Scott Grauer-Gray

Definition in file RunTypeConstraints.h.

Variable Documentation

◆ RunData_ptr

template<typename T >
concept RunData_ptr
Initial value:
=
std::is_pointer_v<T> &&
RunData_t<std::remove_pointer_t<T>>

Definition at line 237 of file RunTypeConstraints.h.