BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces | Functions
bind.h File Reference
#include "type_traits.h"
#include "common.h"
#include "../common.h"
Include dependency graph for bind.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bc::traits::Bind< Function, Args >
 Similar to std::bind but the evaluation of the function in respect to its bound arguments are deduced if and only if the function is called. More...
 

Namespaces

 bc
 The Evaluator determines if an expression needs to be greedily optimized.
 
 bc::traits
 

Functions

template<class Function , class... Args>
Bind< Function, Args &&... > bc::traits::bind (Function function, Args &&... args)