VisionCpp
0.0.1
|
PlaceHolder expression helper is used to create an expression in which the leafNodes of visionMemories has been replaced by leafNodes of PlaceHolders. More...
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. | |
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.