CARLA
Static Public Member Functions | Static Public Attributes | List of all members
carla::image::io::detail::io_impl< IO > Struct Template Reference

#include <ImageIOConfig.h>

+ Collaboration diagram for carla::image::io::detail::io_impl< IO >:

Static Public Member Functions

template<typename... Args>
static void read_image (Args &&... args)
 
template<typename Str , typename... Args>
static bool try_read_image (const Str &filename, Args &&... args)
 
template<typename Str , typename... Args>
static bool try_write_view (Str &filename, Args &&... args)
 
template<typename... Args>
static void write_view (Args &&... args)
 

Static Public Attributes

static constexpr bool is_supported = IO::is_supported
 

Detailed Description

template<typename IO>
struct carla::image::io::detail::io_impl< IO >

Definition at line 246 of file ImageIOConfig.h.

Member Function Documentation

◆ read_image()

template<typename IO >
template<typename... Args>
static void carla::image::io::detail::io_impl< IO >::read_image ( Args &&...  args)
inlinestatic

Definition at line 250 of file ImageIOConfig.h.

◆ try_read_image()

template<typename IO >
template<typename Str , typename... Args>
static bool carla::image::io::detail::io_impl< IO >::try_read_image ( const Str &  filename,
Args &&...  args 
)
inlinestatic

Definition at line 260 of file ImageIOConfig.h.

◆ try_write_view()

template<typename IO >
template<typename Str , typename... Args>
static bool carla::image::io::detail::io_impl< IO >::try_write_view ( Str &  filename,
Args &&...  args 
)
inlinestatic

Definition at line 269 of file ImageIOConfig.h.

◆ write_view()

template<typename IO >
template<typename... Args>
static void carla::image::io::detail::io_impl< IO >::write_view ( Args &&...  args)
inlinestatic

Definition at line 255 of file ImageIOConfig.h.

Member Data Documentation

◆ is_supported

template<typename IO >
constexpr bool carla::image::io::detail::io_impl< IO >::is_supported = IO::is_supported
static

Definition at line 247 of file ImageIOConfig.h.


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