Livox SDK API  V2.2.0
ostream.h File Reference
#include "format.h"
#include <ostream>

Go to the source code of this file.

Classes

class  fmt::v5::internal::formatbuf< Char >
 
struct  fmt::v5::internal::test_stream< Char >
 
class  fmt::v5::internal::is_streamable< T, Char >
 
struct  fmt::v5::convert_to_int< T, Char, void >
 
struct  fmt::v5::formatter< T, Char, typename std::enable_if< internal::is_streamable< T, Char >::value &&!internal::format_type< typename buffer_context< Char >::type, T >::value >::type >
 

Namespaces

 fmt
 
 fmt::v5
 
 fmt::v5::internal
 

Functions

template<typename Char >
void fmt::v5::internal::write (std::basic_ostream< Char > &os, basic_buffer< Char > &buf)
 
template<typename Char , typename T >
void fmt::v5::internal::format_value (basic_buffer< Char > &buffer, const T &value)
 
template<typename Char >
void fmt::v5::vprint (std::basic_ostream< Char > &os, basic_string_view< Char > format_str, basic_format_args< typename buffer_context< Char >::type > args)
 
template<typename S , typename... Args>
std::enable_if< internal::is_string< S >::value >::type fmt::v5::print (std::basic_ostream< typename char_t< S >::type > &os, const S &format_str, const Args &...args)