MySQL 8.4.0
Source Code Documentation
net::InterfaceFlag Class Reference

flags of the network interface. More...

#include <netif.h>

Public Types

using value_type = decltype(ifaddrs::ifa_flags)
 

Public Member Functions

constexpr InterfaceFlag (value_type v) noexcept
 
constexpr value_type value () const
 

Private Attributes

const value_type v_
 

Detailed Description

flags of the network interface.

Member Typedef Documentation

◆ value_type

using net::InterfaceFlag::value_type = decltype(ifaddrs::ifa_flags)

Constructor & Destructor Documentation

◆ InterfaceFlag()

constexpr net::InterfaceFlag::InterfaceFlag ( value_type  v)
inlineconstexprnoexcept

Member Function Documentation

◆ value()

constexpr value_type net::InterfaceFlag::value ( ) const
inlineconstexpr

Member Data Documentation

◆ v_

const value_type net::InterfaceFlag::v_
private

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