12#ifndef ARCANE_UTILS_NAMECOMPARER_H
13#define ARCANE_UTILS_NAMECOMPARER_H
19#include "arcane/utils/String.h"
45 NameComparer(
const String& s)
51 template <
typename U>
inline bool
52 operator()(
const U* ptr)
const
54 return ptr->name() == m_name;
Arcane configuration file.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --