Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-09-18 09:09:39

0001 //------------------------------- -*- C++ -*- -------------------------------//
0002 // Copyright Celeritas contributors: see top-level COPYRIGHT file for details
0003 // SPDX-License-Identifier: (Apache-2.0 OR MIT)
0004 //---------------------------------------------------------------------------//
0005 //! \file corecel/io/detail/EnumStringMapperImpl.hh
0006 //---------------------------------------------------------------------------//
0007 #pragma once
0008 
0009 namespace celeritas
0010 {
0011 namespace detail
0012 {
0013 //---------------------------------------------------------------------------//
0014 //! Externally defined "invalid" string
0015 extern char const g_invalid_string[];
0016 
0017 //---------------------------------------------------------------------------//
0018 }  // namespace detail
0019 }  // namespace celeritas