12#ifndef ARCANE_UTILS_NAMECOMPARER_H
13#define ARCANE_UTILS_NAMECOMPARER_H
19#include "arcane/utils/String.h"
45 template<
typename U>
inline bool
46 operator()(
const U* ptr)
const
48 return ptr->name() == m_name;
Fichier de configuration d'Arcane.
Chaîne de caractères unicode.