Nui
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Nui::Attributes::style_ Struct Reference

#include <style.hpp>

Public Member Functions

style_operator= (style_ &&) noexcept=delete
 
style_operator= (style_ const &)=delete
 
 style_ ()=default
 
 style_ (style_ &&) noexcept=default
 
 style_ (style_ const &)=default
 
 ~style_ ()=default
 
template<typename U >
requires (!IsObserved<std::decay_t<U>>)
Attribute operator= (U &&val) const
 
template<typename U >
requires (IsObserved<std::decay_t<U>>)
Attribute operator= (U &val) const
 
template<typename... T>
auto operator= (Style< T... > &&style) const
 

Constructor & Destructor Documentation

◆ style_() [1/3]

Nui::Attributes::style_::style_ ( )
default

◆ style_() [2/3]

Nui::Attributes::style_::style_ ( style_ &&  )
defaultnoexcept

◆ style_() [3/3]

Nui::Attributes::style_::style_ ( style_ const &  )
default

◆ ~style_()

Nui::Attributes::style_::~style_ ( )
default

Member Function Documentation

◆ operator=() [1/5]

template<typename... T>
auto Nui::Attributes::style_::operator= ( Style< T... > &&  style) const
inline

◆ operator=() [2/5]

style_ & Nui::Attributes::style_::operator= ( style_ &&  )
deletenoexcept

◆ operator=() [3/5]

style_ & Nui::Attributes::style_::operator= ( style_ const &  )
delete

◆ operator=() [4/5]

template<typename U >
requires (!IsObserved<std::decay_t<U>>)
Attribute Nui::Attributes::style_::operator= ( U &&  val) const
inline

◆ operator=() [5/5]

template<typename U >
requires (IsObserved<std::decay_t<U>>)
Attribute Nui::Attributes::style_::operator= ( U &  val) const
inline

The documentation for this struct was generated from the following file: