DEV: minor changes

This commit is contained in:
Christos Houtouridis
2019-11-14 12:24:04 +02:00
parent 0e9a340a6e
commit bebb193278
2552 changed files with 290770 additions and 37 deletions
+5 -5
View File
@@ -1,8 +1,6 @@
/*!
* \file detection.h
* \brief Detection idiom based on WG21's N4502 [\ref n4502 1] from Walter E. Brown
*
* \anchor n4502 [1]: www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4502.pdf
* \brief Detection idiom based on WG21's N4502 [\ref 1] from Walter E. Brown
*
* Copyright (C) 2018-2019 Christos Choutouridis
*
@@ -18,6 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* \anchor [1]: www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4502.pdf
*/
#ifndef __utl_meta_detection_h__
#define __utl_meta_detection_h__
@@ -100,8 +100,8 @@ namespace meta {
/*!
* Checks if Op<Args...> is a valid expression without evaluating it.
*
* \param Op a meta-callback function to pass Args...
* \param Args... types to pass to Op for checking
* \tparam Op a meta-callback function to pass Args...
* \tparam Args... types to pass to Op for checking
* \return status of the operation [bool_]
* \arg true_ if Op<Args...> is valid expression
* \arg false_ if Op<Args...> is not valid