Skip to content

Class mediapipe::api2::const_str

ClassList > mediapipe > api2 > const_str

Public Functions

Type Name
constexpr const_str (std::size_t size, const char * data)
constexpr const_str (const char(&) str)
constexpr const char * data () const
constexpr std::size_t len () const
constexpr bool operator== (const const_str & other) const
constexpr char operator[] (const std::size_t idx) const

Public Functions Documentation

function const_str [1/2]

inline constexpr mediapipe::api2::const_str::const_str (
    std::size_t size,
    const char * data
) 

function const_str [2/2]

template<std::size_t N>
inline explicit constexpr mediapipe::api2::const_str::const_str (
    const char(&) str
) 

function data

inline constexpr const char * mediapipe::api2::const_str::data () const

function len

inline constexpr std::size_t mediapipe::api2::const_str::len () const

function operator==

inline constexpr bool mediapipe::api2::const_str::operator== (
    const const_str & other
) const

function operator[]

inline constexpr char mediapipe::api2::const_str::operator[] (
    const std::size_t idx
) const


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/api/const_str.h