NumCpp  2.12.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
nc::logger::detail::type_traits::has_serialize< DataType, typename > Class Template Reference

type trait to check if a type has a serialize method with the correct signature More...

#include <BinaryLogger.hpp>

Inherits std::false_type.

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename DataType, typename = std::void_t<>>
class nc::logger::detail::type_traits::has_serialize< DataType, typename >

type trait to check if a type has a serialize method with the correct signature

Field Documentation

◆ value

template<typename DataType , typename = std::void_t<>>
constexpr bool nc::logger::detail::type_traits::has_serialize< DataType, typename >::value = false
staticconstexpr

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