CCF
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Typedefs
nonstd.h File Reference
#include <array>
#include <cctype>
#include <regex>
#include <string>
#include <string_view>
#include <type_traits>
#include <unistd.h>
#include <vector>
#include <fmt/format.h>

Go to the source code of this file.

Classes

struct  ccf::nonstd::is_specialization< T, U >
 
struct  ccf::nonstd::is_specialization< T< Args... >, T >
 
struct  ccf::nonstd::is_std_array< T >
 
struct  ccf::nonstd::is_std_array< std::array< T, N > >
 
struct  ccf::nonstd::is_std_vector< T >
 
struct  ccf::nonstd::is_std_vector< std::vector< T > >
 
struct  ccf::nonstd::dependent_false< T >
 
struct  ccf::nonstd::value_dependent_false< T, T >
 

Namespaces

namespace  ccf
 
namespace  ccf::nonstd
 

Macros

#define FMT_HEADER_ONLY
 

Typedefs

using ccf::nonstd::CloseFdGuard = std::unique_ptr< int, decltype(&close_fd)>
 

Macro Definition Documentation

◆ FMT_HEADER_ONLY

#define FMT_HEADER_ONLY