|
| template<typename S = E, typename = std::enable_if_t<!std::is_void_v<S>>> |
| S & | operator() (content &&_content_) |
| |
| template<typename S = E, typename = std::enable_if_t<!std::is_void_v<S>>> |
| S & | operator() (content &_content_) |
| |
| template<typename S = E, typename = std::enable_if_t<std::is_void_v<S>>> |
| void | operator() (content &&_content_) |
| |
| template<typename S = E, typename = std::enable_if_t<std::is_void_v<S>>> |
| void | operator() (content &_content_) |
| |
| bool | operator== (const attr_content &rhl) const |
| |
| virtual | ~attribute_i ()=default |
| |
template<typename E>
struct attr_content< E >
Definition at line 23 of file component_attributes.cppm.
◆ operator()() [1/4]
template<typename E>
template<typename S = E, typename = std::enable_if_t<!std::is_void_v<S>>>
◆ operator()() [2/4]
template<typename E>
template<typename S = E, typename = std::enable_if_t<std::is_void_v<S>>>
◆ operator()() [3/4]
template<typename E>
template<typename S = E, typename = std::enable_if_t<!std::is_void_v<S>>>
◆ operator()() [4/4]
template<typename E>
template<typename S = E, typename = std::enable_if_t<std::is_void_v<S>>>
◆ operator==()
◆ _content
The documentation for this struct was generated from the following file: