Skip to content

Struct mediapipe::api2::Tag

template <char... C>

ClassList > mediapipe > api2 > Tag

Public Static Attributes

Type Name
constexpr char const kChars = {C..., '\0'}
constexpr const_str const kStr = {kChars}

Public Functions

Type Name
constexpr bool operator!= (const Tag< Q... > & other) const
constexpr bool operator== (const Tag< Q... > & other) const

Public Static Functions

Type Name
const std::string str ()

Public Static Attributes Documentation

variable kChars

constexpr char const mediapipe::api2::Tag< C >::kChars[sizeof...(C)+1];

variable kStr

constexpr const_str const mediapipe::api2::Tag< C >::kStr;

Public Functions Documentation

function operator!=

template<char... Q>
inline constexpr bool mediapipe::api2::Tag::operator!= (
    const Tag< Q... > & other
) const

function operator==

template<char... Q>
inline constexpr bool mediapipe::api2::Tag::operator== (
    const Tag< Q... > & other
) const

Public Static Functions Documentation

function str

static inline const std::string mediapipe::api2::Tag::str () 


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