Struct expression_traits_defaults¶
struct expression_traits_defaults base¶
struct expression_traits_defaults { … } Base struct providing default values for expression traits.
variable explicit_operand ¶
constexpr static inline bool explicit_operand = true Fully qualified name: kfr::expression_traits_defaults::explicit_operand
Declared at base/expression.hpp:199
variable random_access ¶
constexpr static inline bool random_access = true Fully qualified name: kfr::expression_traits_defaults::random_access
Declared at base/expression.hpp:200
Fully qualified name: kfr::expression_traits_defaults
Declared at base/expression.hpp:192
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.