MySQL 9.0.0
Source Code Documentation
net::impl::file::file_control_option< Name, Arg > Class Template Reference

#include <file.h>

Public Types

using value_type = Arg
 

Public Member Functions

 file_control_option (value_type v)
 
constexpr int name () const
 
constexpr value_type value () const
 

Private Attributes

value_type v_
 

Member Typedef Documentation

◆ value_type

template<int Name, class Arg >
using net::impl::file::file_control_option< Name, Arg >::value_type = Arg

Constructor & Destructor Documentation

◆ file_control_option()

template<int Name, class Arg >
net::impl::file::file_control_option< Name, Arg >::file_control_option ( value_type  v)
inline

Member Function Documentation

◆ name()

template<int Name, class Arg >
constexpr int net::impl::file::file_control_option< Name, Arg >::name ( ) const
inlineconstexpr

◆ value()

template<int Name, class Arg >
constexpr value_type net::impl::file::file_control_option< Name, Arg >::value ( ) const
inlineconstexpr

Member Data Documentation

◆ v_

template<int Name, class Arg >
value_type net::impl::file::file_control_option< Name, Arg >::v_
private

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