VisionCpp  0.0.1
Classes | Namespaces
make_place_holder_expr.hpp File Reference

PlaceHolder expression helper is used to create an expression in which the leafNodes of visionMemories has been replaced by leafNodes of PlaceHolders. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  visioncpp::internal::MakePlaceHolderExprHelper< internal::expr_category::Unary, LeafNode< RHS, LVL >, N >
 specialisation of MakePlaceHolderExprHelper where the node is leaf node. More...
 
struct  visioncpp::internal::MakePlaceHolderExprHelper< internal::expr_category::Unary, Expr, N >
 specialisation of MakePlaceHolderExprHelper where the operation of the node is unary (the node has one child). More...
 
struct  visioncpp::internal::MakePlaceHolderExprHelper< internal::expr_category::Binary, Expr, N >
 specialisation of MakePlaceHolderExprHelper where the operation of the node is binary (the node has two children). More...
 

Namespaces

 visioncpp
 VisionCpp namespace.
 
 visioncpp::internal
 Internal implementations.
 

Detailed Description

PlaceHolder expression helper is used to create an expression in which the leafNodes of visionMemories has been replaced by leafNodes of PlaceHolders.

Definition in file make_place_holder_expr.hpp.