📄 vnl_tag.h
字号:
// This is core/vnl/vnl_tag.h
#ifndef vnl_tag_h_
#define vnl_tag_h_
//:
// \file
// \author fsm
//
// These tags are used as argument to some private vnl_matrix and vnl_vector
// constructors to take advantage of the C++ return value optimization.
// \relates vnl_matrix
// \relates vnl_vector
struct vnl_tag_add { };
struct vnl_tag_sub { };
struct vnl_tag_mul { };
struct vnl_tag_div { };
struct vnl_tag_grab { };
#endif // vnl_tag_h_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -